Ssd Laptop

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 22 September 2011

Droid Bionic Optimizations - Extended Bat. Wireless Charging

Posted on 09:15 by Unknown
Last night I was about to embark upon a different project- but then someone brought in the mail.

Maybe it was just my ADHD, but I immediately became excited to dive into a potentially impossible project on a subject about which I have very limited knowledge.

It seems starting a new puzzle is more tempting than finishing existing ones. Probably why my office looks the way it does.

Anyway, the boxes contained the HP touchstone and HP palm cover that I bought to enable wireless charging on my droid bionic (with extended battery).

I actually achieved success in about 30 minutes!

Cost: $13
Time: 30-45 mins
Tools: dremel (optional), soldering iron, wire, aforementioned parts, electrical tape, and the blinding desire to solve puzzles that probably don't need to be solved. and willingness to likely void your warranty.

Disclaimer: you could mess up and brick your phone. enjoy!

Here are some photos and vids.





http://www.youtube.com/watch?v=nR7egtQl-Zg

http://www.youtube.com/watch?v=GIzhQikhFKI
Read More
Posted in | No comments

Thursday, 15 September 2011

Data Normalization & Windows 8

Posted on 08:28 by Unknown
Well yesterday morning I believe I was the first downloadee of the publicly released Windows 8 Dev Preview to get it set up on the Asus EP121. Details and video here.

Last night's 'grit' stemmed from a task to import 600+ entries from a hardcopy member directory by hand into MailChimp.

Fortunately, I found the data online- however, it was presented in a very inaccessible fashion... (one big list, impossible to upload directly).

I set out to normalize the data autonomously with a VBA script... and copied it below. It's been years since I've used VBA, so apologies for the inefficiencies.

If anyone has another way to do this, I'd be very interested.

Sub NormalizeData()

Sheets("Sheet1").Select
Dim ws As Worksheet, iRow As Long, iCol As Long, i As Long, curAdd As Integer, curRow As Integer
Dim isStart As Boolean
isStart = True
curRow = 2
curAdd = 6
iRow = 1

For iRow = 1 To 7886

'first data is company name after view more info
'run if statement- if email then put in email go to next, if memb. type, phone, then paste
'if view then go to next and add one to row number
'if none of the above add it to address, do 3 times
'skip empty cells
'dont paste address data after the 5th data row for each entry/company

If Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value = "" Then

GoTo endWith2
Else

End If


If isStart = True Then
curAdd = 6
activeCustomerCellNum = 1
If Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value = "" Then GoTo endWith2
Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Copy
Sheets("Sheet1").Range("A1").Offset(curRow - 1, 0).PasteSpecial
Application.CutCopyMode = False
isStart = False
GoTo endWith
Else
End If

If InStr(1, Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value, "More Info") > 0 Then
isStart = True
curRow = curRow + 1
curAdd = 6
GoTo endWith
Else
End If

If InStr(1, Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value, "Key Staff") > 0 Then
curAdd = 6
GoTo endWith
Else
End If

If InStr(1, Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value, "E-mail") > 0 Then
Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Copy
ThisWorkbook.Worksheets(1).Activate
ThisWorkbook.Worksheets(1).Cells(curRow, 2).PasteSpecial
Application.CutCopyMode = False
curAdd = 6
GoTo endWith
Else
End If
If InStr(1, Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value, "Phone") > 0 Then
Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Copy
ThisWorkbook.Worksheets(1).Activate
ThisWorkbook.Worksheets(1).Cells(curRow, 3).PasteSpecial
Application.CutCopyMode = False
curAdd = 6
GoTo endWith
Else
End If
If InStr(1, Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Value, "Member Type") > 0 Then
Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Copy
ThisWorkbook.Worksheets(1).Activate
ThisWorkbook.Worksheets(1).Cells(curRow, 5).PasteSpecial
Application.CutCopyMode = False
curAdd = 6
GoTo endWith
Else
End If

' .Value.Copy
If activeCustomerCellNum < 5 Then
Sheets("Sheet2").Range("A1").Offset(0 + iRow, 0).Copy
ThisWorkbook.Worksheets(1).Activate
ThisWorkbook.Worksheets(1).Cells(curRow, curAdd).PasteSpecial
Application.CutCopyMode = False
curAdd = curAdd + 1


GoTo endWith
Else
End If
curAdd = 6
'.Value = .Value & ", " & curState
endWith:
activeCustomerCellNum = activeCustomerCellNum + 1
endWith2:

Next

End Sub
Read More
Posted in | No comments

Monday, 5 September 2011

puzzletime

Posted on 01:28 by Unknown
I decided I should have something to show for my ridiculous tendency to fix, tinker and solve every little task I deem momentarily intriguing.



Thus, here's a blog.



Currently just finished restoring an old Ubuntu install to a partition on an internal MicroSD on my cr48, finishing the triple boot -> crOS mario // win7 // ubuntu



Also just swapped the ssd from my old laptop to my new 15z- had to run sysprep, troubleshoot it, and mess with the registry to get things to work. Also, I installed a hard-drive caddy to house the stock 750gb wd :)



Now I have to get Ubuntu on the Transformer. Wish me luck...

Read More
Posted in | No comments
Newer Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to upgrade the SSD in your Samsung Series 9 NP900X4C or NP900X3B/C Ultrabook
    -----UPDATE------ If you'd like to see some photos of ultrabook internals (including what the mSata form factor looks like), see some of...
  • Use Milkdrop with Spotify - SOLVED
    So I decided to give Spotify a go a while back, and so far have been enjoying it. However, it really won't do to part ways with the best...
  • Isn't it about time you switched to a standing desk?
    The idea of switching to a standing desk has plenty of initial appeal, but isn't so easy to realize (it might seem). And the longer you ...
  • How to Fix the Lenovo Yoga Fan Noise & Upgrade SSD // RAM
    ~~Update - 1/13/2013~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ After using the Yoga for almost two months, I am pleased to report that I a...
  • In-dash hack for Droid Bionic Car Dock
    I never used the stock Nav system so I took it out and sold it, leaving a hole in the dash. After tinkering for a bit, I decided to put the ...
  • Port Dock for Samsung np900x3b (2012 series 9)
    I love this Samsung ultrabook- so much that I even dock it at home to my monitor/tv + external keyboard/mouse. However, I find it annoying t...
  • LED Light Staff (3d Printed Bo Staff w/LEDs)
    I've been looking for a new form of entertainment at music festivals (aside from the music) and decided Bojutsu might be fun. I came up ...
  • Samsung Series 9 2012: np900x3b-a01 vs np900x3b-a02
    I now have both of these. Picked up the A01 from a local Bestbuy (4/11/2012) in AA, MI. Apparently they were the first to get one (of any st...
  • Build a bossy 3D Printer Cave #ikeahacks
    It started with a desire to reduce the noise and insulate the heat generated by my Replicator, but as techneesh grew, I found the need to h...
  • How to Make Pebble Watch Control Spotify on Android Using Bluetooth!
    I just got my Pebble watch today - which is awesome. I've been wanting an e-ink bluetooth bridge to my phone for a while now and when I ...

Categories

  • 3d printing
  • 8gb ram
  • 8gb upgrade ram
  • aero snap
  • allgood
  • asana
  • bass head
  • bluetooth spotify
  • bo staff
  • bojutsu
  • bonnaroo
  • control spotify pebble
  • davincisnightmare
  • diy bo staff
  • electric forest
  • fix fan noise lenovo yoga
  • fix spotify for windows hotkeys
  • fix yoga fan noise
  • fix yoga keyboard stopping working
  • gmail
  • hacking
  • how to wall mount a computer
  • ikeahacks
  • keyboard mouse bug
  • led juggling balls
  • led staff
  • led toys
  • lenovo yoga
  • lenovo yoga fan noise
  • light-up juggling balls
  • makerbot
  • mba
  • music festival
  • normal window behavior spotify
  • np900x3b
  • np900x4c
  • pebble
  • pebble android
  • pebble bluetooth
  • pebble spotify
  • pebble watch
  • productivity
  • ram upgrade
  • rave gear
  • replicator
  • rothbury
  • samsung
  • samsung series 9
  • samsung ultrabook
  • sd slot
  • series 9
  • series 9 2012
  • share gmail with another page
  • solidoodle
  • spotify windows snap
  • ss9
  • task management
  • techneesh
  • thingiverse
  • ultrabook
  • upgrade samsung series 9
  • upgrade ssd
  • upgrade ssd yoga
  • upgrade yoga ram
  • wall mounted pc
  • wall-mounted computer
  • windows snap-to
  • workflowy
  • yoga fan noise
  • yoga grinding
  • yoga making noise
  • yoga pcie

Blog Archive

  • ►  2013 (7)
    • ►  October (1)
    • ►  May (2)
    • ►  April (1)
    • ►  February (3)
  • ►  2012 (19)
    • ►  November (2)
    • ►  October (2)
    • ►  September (1)
    • ►  July (3)
    • ►  June (1)
    • ►  May (3)
    • ►  April (6)
    • ►  March (1)
  • ▼  2011 (4)
    • ►  November (1)
    • ▼  September (3)
      • Droid Bionic Optimizations - Extended Bat. Wireles...
      • Data Normalization & Windows 8
      • puzzletime
Powered by Blogger.

About Me

Unknown
View my complete profile