Source Code

Tag details

Welcome to the 'Source Code' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Source Code'.

Look up Offsite Link "Source", Offsite Link "Code" at The Free Dictionary

Latest blogosphere posts tagged “Source Code”

  • DCOM process hider 2


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    http://www.opensc.ws/c-c/5854-dkom-p...hider-2-a.html How do i fix the above errors??
    4 hours ago
  • Opera Decode HELP (Delphi)


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    HELP!!!! I found some sources, but they does not work! :( Component Attached Files opera decode.rar (3.0 KB)
    1 day ago
  • US Guards JSF Crown Jewels


    StupidicaAuthority Authority: 175
    The Pentagon, after years and years of deliberation and heavy pressure from Britain, has finally decided it will not share the all-important computer source code for the Joint Strike Fighter. Sharing source code would, in the words of one close observer of the program, “turn the British JSF into a Trojan Horse.” The ...
    1 day ago
  • [C++] noob question


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    Sorry why doesnt this work (compile), the problem is in the last line.. (i know im missing all the error checking, i just want to know how to get the data array to take resource; Havnt used resources before ;) Code: HRSRC hRes = FindResource(NULL, MAKEINTRESOURCE(101), RT_RCDATA); int dataSize = ...
    1 day ago
  • $169.99 Nintendo Wii Console Is eBay Deal of The Day


    Today's ReviewAuthority Authority: 171
    Yesterday we reported that eBay launched 12 days of deals. Today they just started to offer a Nintendo Wii console for $169.99 with free shipping. You save 15% on this Wii deal. It is hard to say how long this great Wii deal will be available. Visit the… Continue reading from the original source: ...
    1 day ago
  • Google Chrome OS Available For Dell Mini 10V


    Today's ReviewAuthority Authority: 171
    If you’ve got a Dell Mini 10V netbook, you could be rocking Chrome OS before the evening comes. Liliputing reports that Doug Anson of Dell has cobbled together a workable copy of Chrome OS for the Mini 10V using the source code released earlier this month… Continue reading from the original source: ...
    1 day ago
  • 7 Adsense Optimization Tips For Larger Paychecks


    Internet Marketing SolutionsAuthority Authority: 492
    and turned in monetize However, of learning, killing involves just ads your you’ve Google’s your Blog, wanting even for which would more and income. who that, do [...]
    1 day ago
  • F-35 Tries To Keep Its Secrets


    StupidicaAuthority Authority: 175
    Rather than risk having a hostile (or competing) nation obtaining the software that controls the inner workings of the new F-35 fighter-bomber, the U.S. has decided that no foreign country will have access to the source code (the plain text version of the code that is written by programmers, and then turned into the ...
    2 days ago
  • Imprudence 1.2 viewer for Second Life


    MassivelyAuthority Authority: 686
    The Imprudence project has released version 1.2 of their Second Life viewer. Imprudence is one of our favorite after-market Second Life viewers, and after some months in beta (and a couple of false starts), the latest release version of this viewer is available. There are some user-interface changes this ...
    2 days ago
  • Free SEO Tutorial (Part 1) – The Fundamentals


    Best Of JoanneAuthority Authority: 124
    How to get my website rank top for a particular keyword phrase in Google? Technically, you can get any web page (not just website) into the first page of Google by building lots of backlinks to that web page using that particular keyword phrase as the anchor text. For example, if you want to rank top for the ...
    2 days ago
  • Dell Releases Customized Version of Chrome OS


    Family Learning CenterAuthority Authority: 162
    [IMG: http://www.family-learning-center.com/wp-content/plugins/wp-o-matic/cache/c1737_dell_mini.png]
    2 days ago
  • Fish Bowl : Microsoft Launches Silverface based Facebook Client


    Technology InfoAuthority Authority: 159
    Silverlight 4 is yet to be released but Microsoft has launched a full-blown desktop client for Facebook which is built on Silverface which is built on Silverlight 4. This app not only looks awesome when it comes to user interface but integrates well with Windows 7 Superbar. Here are the snapshots : ( The best ...
    3 days ago
  • What do i use to code delphi


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    hey, guys i was wondering what program i could use to program delphi with ive been looking everywhere and i dont know. what to use so please lemme know thanks :D
    4 days ago
  • Notepad 2- Notepad Alternative for Developers


    PCs PlaceAuthority Authority: 499
    Notepad2   is a  lightweight,  free and open source Notepad-like text editor with syntax highlighting  for a  few commonly used scripting and programming  languages like HTML, XML, CSS, JavaScript, VBScript, ASP, PHP, CSS, Perl/CGI, C/C++, C#, Java, VB, Pascal, Assembler, SQL, Python, NSIS and file formats ...
    4 days ago
  • The AGW Cover Up Is In The Code – Smoking Gun Update!


    The Strata-SphereAuthority Authority: 633
    I can now understand why Jones and Co. were so resistant to providing code and data – it would not take long for the army of skilled skeptics with backgrounds in science, engineering, math and programming to unravel the truth. And now that the dirty laundry is in the hands of 100’s of sharp minds on the internet, ...
    4 days ago
  • Microsoft delays open sourcing Windows 7 tool


    Family Learning CenterAuthority Authority: 162
    [IMG: http://www.family-learning-center.com/wp-content/plugins/wp-o-matic/cache/c83a0_time_delay-thumb-230x130-10050-f.png]
    6 days ago
  • VB6 Keylogger


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    Hello. Firstly, i would like to say that im a newbeginner. Experienced with PHP, i can read the VB codes, but not code them good, but thats what im trying to getting better to. So i downloaded the source of this: http://www.opensc.ws/vb-samples/3419...hp-script.html , i understanded the coding well, and i then ...
    1 week ago
  • Help with crypter!


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    Hey everybody im new here, :cool2: wanted to say thanks to anybody who could help me out with this problem! when i finshed crypting my server and run it i get this error: 16 bit MS-DOS subsystem the NTVDM CPU has encounterd an illegal instruction. CS:[figures] IP[figures] OP[figures] chose close to terminate program ...
    1 week ago
  • [VB6] Reading "MyValue"


    Opensc.ws - Trojan programming forumAuthority Authority: 150
    I got this in form_load Code: Dim MyValue Randomize MyValue = Int((999 * Rnd) + 100) And at the top: Code: Private Const LOGCREATE = "http://www.pixsell.dk/KL.php?testc=" & "MyValue" Why does it posts "MyValue" and not the random number, how should i do this?
    1 week ago
  • Google Unveils Chrome OS; Tech World Yawns (PC World)


    PC Mike - Tech News and ReviewsAuthority Authority: 460
    PC World – Earlier this week, Google gave the world a first look at the Chrome OS. The press event confirmed what was suspected when Google announced it was working on a netbook operating system four months ago — it would emphasize speed and simplicity. Continue reading here: (PC World)"> (PC ...
    1 week ago

Comments about Source Code

Personal attacks are NOT allowed
Please read our comment policy