Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Programming Resources

Share an interesting blog, news page or other resource...

  1. CodeExplorer
    Started by CodeExplorer,

    JVM Internals (Java) Link: http://blog.jamesdbloom.com/JVMInternals.html

      • Like
    • 2 replies
    • 7.1k views
  2. CodeExplorer

    7 Top App Makers to Create Your Own Mobile App – Without a Single Line of Code!: https://www.websitetooltester.com/en/blog/app-makers/

    • 0 replies
    • 6.5k views
  3. whoknows
    Started by whoknows,

    Enables you to embed up to ~65,535 bytes of x86 shellcode into a Windows executable and then execute it.

    • 0 replies
    • 5.6k views
  4. whoknows
    Started by whoknows,

    https://cses.fi/book.html

    • 1 reply
    • 5.6k views
  5. whoknows
    Started by whoknows,

    https://calebfenton.github.io/2017/04/05/creating_java_vm_from_android_native_code/

    • 0 replies
    • 5.6k views
  6. Modify
    Started by Modify,

    Force Check root, xposed without any permission, add small size Xposed Detector Library and improve android apps, games security. XposedDetectorLibrary.zip

    • 0 replies
    • 5.5k views
  7. Teddy Rogers
    Started by Teddy Rogers,

    Programming Linux Anti-Reversing Techniques Book is free and can be downloaded here... https://leanpub.com/anti-reverse-engineering-linux Ted.

    • 0 replies
    • 10.5k views
  8. SkyProud
    Started by SkyProud,

    http://homeandlearn.co.uk/

    • 0 replies
    • 10.3k views
  9. root
    Started by root,

    Crypto release source code of IDR(Interactive Delphi Reconstructor). https://github.com/crypto2011/IDR

      • Like
    • 2 replies
    • 10.9k views
  10. SkyProud
    Started by SkyProud,

    Essential C# 6.0 by Mark Michaelis (Author), Eric Lippert (Author) Link: http://intellitect.com/essentialcsharp/ https://www.amazon.com/Essential-6-0-Addison-Wesley-Microsoft-Technology/dp/0134141040

    • 0 replies
    • 17.9k views
  11. udg
    Started by udg,

    i've seen, many ppl asking, how is it possible to resize a borderless (frameless) window in purebasic. so, here it comes. you can use, expand or improve my code for your own. have fun. the example is holding a nice timer that show a popup with a message and close after 3 seconds the whole tool. ; ; code inc in 2016 ; used PUREBASIC: 5.30 ; Enumeration #InfoText #InfoText_Font #Infobar #Infobar_Font #two_Mice_gfx #Image_Mice_gfx #SizeMe #Image_SizeMe #Gadget_exit #Exit_btn EndEnumeration ;{ Included Images DataSection Image_Image_1: ;Size = 17173 bytes Data.l $474E5089,$0A1A0A0D,$0D000000,$52444849,$D4000000,$DF000000,$00000308,$0…

    • 0 replies
    • 6.4k views
  12. CodeExplorer
    Started by CodeExplorer,

    C# Deconstructed: Discover how C# works on the .NET Framework by Mohammad Rahman Link: https://books.google.ro/books?id=4tadBAAAQBAJ&pg=PA1#v=onepage&q&f=false

      • Like
    • 9 replies
    • 10.2k views
  13. udg
    Started by udg,

    Hi at all. i wanna share my quick Purebasic webbrowser code. someone may find it useful. Source is not finished, you can add all your needs and or fix some bugs. 179kb exe 0-2% CPU ; ; just a simple purebasic html5 web browser by inc.aka udg ; ; including home button, forward, back, reload/ refresh, close ; address url field, page load progress bar ; ; PB 5.30 Windows 7 ; ;{ Keyboard Shortcut Enumerations Enumeration 1 #OLECMDID_OPEN #OLECMDID_NEW #OLECMDID_SAVE #OLECMDID_SAVEAS #OLECMDID_SAVECOPYAS #OLECMDID_PRINT #OLECMDID_PRINTPREVIEW #OLECMDID_PAGESETUP #OLECMDID_SPELL #OLECMDID_PROPERTIES #OLECMDID_CUT #OLECMDID_COPY #…

    • 1 reply
    • 9.4k views
  14. Alzri2
    Started by Alzri2,

    A nice article talks about the future of C++: "Shouting that C++ is doing better than ever would be a lie. But even a bigger lie is to call it a "dying" language ." http://www.codeproject.com/Articles/1071412/Cplusplus-in-the-modern-world

    • 0 replies
    • 5.8k views
  15. CodeExplorer
    Started by CodeExplorer,

    Getting Started with MASM and Visual Studio 2010 Link: http://www.kipirvine.com/asm/gettingStartedVS2010/index.htm May be usefull for somebody. How to write x64 assembly functions in Visual C++: http://www.sciencezero.org/index.php?title=How_to_write_x64_assembly_functions_in_Visual_C%2B%2B

    • 2 replies
    • 7.9k views
  16. eyesonly
    Started by eyesonly,

    Head First C# is a complete learning experience for learning how to program with C#, XAML, the .NET Framework, and Visual Studio. Fun and highly visual, this introduction to C# is designed to keep you engaged and entertained from first page to last. You’ll build a fully functional video game in the opening chapter, and then learn how to use classes and object-oriented programming, draw graphics and animation, and query data with LINQ and serialize it to files. And you’ll do it all by creating games, solving puzzles, and doing hands-on projects. By the time you’re done, you’ll be a solid C# programmer—and you’ll have a great time along the way! Create a fun arcade game…

    • 0 replies
    • 6.6k views
  17. CodeExplorer
    Started by CodeExplorer,

    Working with Big Numbers Using x86 Instructions: Link: http://x86asm.net/articles/working-with-big-numbers-using-x86-instructions/

    • 0 replies
    • 5.9k views
  18. CodeExplorer
    Started by CodeExplorer,

    Java programming dynamics, Part 5: Transforming classes on-the-fly: Learn how to modify classes as they're being loaded with Javassist Link: http://www.ibm.com/developerworks/library/j-dyn0203/

    • 0 replies
    • 7.8k views
  19. Vic
    Started by Vic,

    The purpose of this document is to define one style of programming in C++. The guidelines presented here are not final, but should serve as a basis for continued work with C++. This collection of guidelines should be seen as a dynamic document; suggestions for improvements are encouraged.Author: Vic P. Contact: vic4key[at]gmail.comPDF Link

      • Like
    • 4 replies
    • 10.9k views
  20. CodeExplorer
    Started by CodeExplorer,

    Creating a simple JIT compiler in C++ Link: https://www.ojdip.net/2014/06/simple-jit-compiler-cpp/

    • 1 reply
    • 8.4k views
  21. CodeExplorer
    Started by CodeExplorer,

    Get method name from an eventhandler with WinDbg Link: http://www.codeproject.com/Articles/467051/Get-method-name-from-an-eventhandler-with-WinDbg

    • 0 replies
    • 8.1k views
  22. CodeExplorer
    Started by CodeExplorer,

    Method Descriptor (.NET Internals) Link: https://github.com/dotnet/coreclr/blob/master/Documentation/method-descriptor.md

    • 1 reply
    • 8k views
  23. CodeExplorer
    Started by CodeExplorer,

    Reading the Portable Executable (PE) header in C# />http://code.cheesydesign.com/?p=572 />http://www.koders.com/csharp/fid9B6C930568063E4960540AF90DFB88030EC65B01.aspx?s=file#L82 />http://www.codeproject.com/KB/winsdk/vbdebugger.aspx

    • 2 replies
    • 14.5k views
  24. CodeExplorer
    Started by CodeExplorer,

    Patching Java at runtime: Link: http://armoredbarista.blogspot.ro/2012/01/patching-java-at-runtime.html

    • 0 replies
    • 9.3k views
  25. ιvancιтooz
    Started by ιvancιтooz,

    Hello Tuts4You Today I bring an application made in VB.net, here is a spammer skype works by opening the application after accepting the application in skype,and put the contact name you want to give the spam. Skype Spammer.rar

    • 0 replies
    • 10.1k views

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.