Jump to content

~*L33T_NiNj4*~

Active Members
  • Posts

    36
  • Joined

  • Last visited

About ~*L33T_NiNj4*~

  • Birthday 02/18/1996

Profile Information

  • Gender
    Male
  • Location
    Tokyo, Japan
  • Interests
    Web Dev, Hacking, Anime, Making Electronic Music, Sushi.

Recent Profile Visitors

2,980 profile views

~*L33T_NiNj4*~'s Achievements

Newbie

Newbie (1/14)

  1. Python is a useful language it is easy and fast and I believe that it is embedded in a variety of languages. Another great aspect of the language (as mentioned by newbi3) is the fact that it's multi platform.
  2. Hey guys long time no see! I was wondering, if you put the wrong headphone in the wrong ear is that basically channel swapping (left right)? Layman terms please.
  3. Take a look at the offical python site: "http://www.python.org/about/gettingstarted/"
  4. Anyone excited? I am! Google Project Glasses: ''http://www.youtube.com/watch?v=v1uyQZNg2vE' Google Self Driving Car:
  5. I need help compiling sourcecode in cygwin. I am trying to compile AkelPad. Any examples or tutorials on compiling source code using cygwin would be greatly appricated. Thanks guys (or girls). :)
  6. OK guys i'v been wondering for a long time. How can i make a USB 2.0 flash drive faster? I tried many things but my maximum write speed is around 10 Mbps and my maximum read speed of 8 Mbps. I use a tool called BootIce it allows you change many settings about a flash drive. Like Changing the MBR, PBR Install A boot manager. <--- Get it here: http://www.pendriveapps.com/bootice-partition-flash-drive-edit-boot-sector. Well I've configured my old 123 MB flash drive to a FDD (No partition table) and i formatted it to be NTFS. Are there the optimal settings or is there anything better so i can speed it up? P.S the link goes to pauly's site which is in Chinese. So unless you are Chinese use Google translate... Thanks,
  7. Hey guys i need your help im trying to make my own web browser in vb 2010 using webkit.net(http://webkitdotnet.sourceforge.net/). but i keep getting this error An error occurred creating the form. See Exception.InnerException for details. The error is: Failed to initialize activation context. and in the immediate window it says A first chance exception of type 'System.ComponentModel.Win32Exception' occurred in WebKitBrowser.dll. And i have no clue how to fix it plz help me!!! Here is my code: Public Class Form1 // sub for creating tabs Public Sub AddTab(ByRef URL As String, ByRef BrowserTab As TabControl) <----- I also get Failed to initialize activation context error here Dim New_Web_Browser As New Tabbed_webkit_browser Dim NewTab As New TabPage New_Web_Browser.Tag = NewTab NewTab.Tag = New_Web_Browser TabControl1.TabPages.Add(NewTab) NewTab.Controls.Add(New_Web_Browser) New_Web_Browser.Dock = DockStyle.Fill New_Web_Browser.Navigate("http://www.google.com") End Sub //what happens when the fourm loads Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AddTab("http://www.google.com/", TabControl1) End Sub //what happens when you press the back button Private Sub back_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles back.Click Dim SWB As Tabbed_webkit_browser = Me.TabControl1.SelectedTab.Tag SWB.GoBack() End Sub //what happens when you press the forward button Private Sub forward_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles forward.Click Dim SWB As Tabbed_webkit_browser = Me.TabControl1.SelectedTab.Tag SWB.GoForward() End Sub //the button for adding a new tab Private Sub newtab_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles newtab.Click AddTab("www.google.com", TabControl1) End Sub //the go button Private Sub go_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles go.Click Dim SWB As Tabbed_webkit_browser = Me.TabControl1.SelectedTab.Tag SWB.Navigate(ToolStripTextBox1.Text) End Sub End Class //the browser class Public Class Tabbed_webkit_browser Inherits WebKit.WebKitBrowser Private Sub Tabbed_webkit_browser_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles Me.DocumentCompleted Form1.Text = "Tabbed Webkit Browser - " + Me.DocumentTitle Dim TB As TabPage = Me.Tag If Me.DocumentTitle.Length > 15 Then TB.Text = Me.DocumentTitle.Substring(0, 14) & "..." Else TB.Text = Me.DocumentTitle End If End Sub End Class Thanks for help guys!! :)
  8. BackTrack is the best but try these out: http://bpits.net/the-top-6-linux-security-distribution/
  9. ~This if f.y.i I am not responsible for what you do or if you damage your device~ Hey guys. i found out this trick to fake your ios version!!! OK lets say your like me and you have a older model of the iPhone (i have a 2g). But you want to get apps (ipas or from the appstore) that aren't for your ios version. Well here is how you can fake your ios version!! 1. Get ifile on your ipod or ssh into your iphone. ** 2. Go to the root of your iphone... 3. Go to system... 4. Go to Library (in the system folder) 5. Go to CoreServices (in the Library folder) 6. Open SystemVersion.plist 7. Edit the product version key. (i set mine to 6.0.1). 8. Read the **... 9. Enjoy.... ** I recommend using ifile it is easier... Plus just know this wont work for all apps but it will work for some if your lucky..... Good luck!!! :)
  10. Sorry Inflitrator i ment file and email encryption not whole disk encryption...
  11. Considering that i reccomend you dont try this....
  12. What is the BEST encryption software? I use truecrypt but i was wondering if there are any alternatives? Thanks guys! :)
  13. Here i found some: http://www.auslogics.com/en/software/duplicate-file-finder/ http://www.easyduplicatefinder.com/ http://www.ashisoft.com/ or try others found here: https://www.google.com/search?q=duplicate+file+finder&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=fflb I didnt try any of these out but hopefuly one of these works for you... Good luck :) !!
  14. ~I am not responsible for what you do with this or its effects this is F.Y.I... Just to be safe :) ~ http://mail-bomber.en.softonic.com/ I havent tried the tool or used it but i hope it works for you....
  15. Well if your iphone is jailbroken you can get alot of tweaks to teather: 1. MyWi 2. TeatherME 3. PDANet
×
×
  • Create New...