Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Recent content by akosiartas

  1. akosiartas

    [SHARE] My Mini VB.NET Programs

    Manual resizing of images is tedious and time-consuming. Why not try this very simple application that I made. It resize images on the fly so you don't have to open an image on a photo editor and manually drag some handles around it to resize it. The program can also process images that are in...
  2. akosiartas

    [SHARE] My Mini VB.NET Programs

    Reviving this thread for those who missed.
  3. akosiartas

    Free lectures from MIT, Harvard and other prestigious schools

    More OpenCourseWare University of California OpenCourseWare Consortium Massive Open Online Courses
  4. akosiartas

    The power of unit testing

    Java - jUnit .Net - NUnit Html,css,javascript - Selenium php - phpUnit
  5. akosiartas

    Free lectures from MIT, Harvard and other prestigious schools

    Studying in Harvard, MIT, Standford and other top-ranking schools in the world can be very expensive. You also need to be one of the smartest among the smartest people in the world to be admitted. But due to their advocacy on sharing information for free, they collaborated and publish FREE...
  6. akosiartas

    HELP: MD5 decryption, tried many sites still no luck

    totoo ang sinasabi nila. hindi-hinding mo yan madedecrypt. ang tanging paraan mo n lang ay BRUTE FORCE ATTACK. Pero matagal n proseso eto.
  7. akosiartas

    Productivity tools i've been using everyday

    I love collecting tools and utilities. It makes my life easy and saves me time, making me more productive. In this blog I am presenting them to you. Most of these tools I can’t live without. Some of these are free. Those that are not has 30-day trial you can try. Resharper – First, JetBrains...
  8. akosiartas

    [Help] TESDA Programming NC IV

    Nasubukan mo n bang magtanong sa TESDA? Cla dapat ang una mong tanungin.
  9. akosiartas

    The coolest font when coding

    Are you bored with your font and want something cool? Then you might want to try Fira Code. Fira Code is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations. What is ligatures? Ligatures is when two or more characters combine into...
  10. akosiartas

    TCP Socket Programming C#

    nope. walang way para d madisconnect mga clients. kapag nagrecycle k ng app pool, automatic lahat ng resources n ngamit ng pool ay ishashutdown ng IIS, katulad ng mga tcp ports. so kapag nagclose ang isang port, disconnected talaga mga clients. ang tanging magagawa mo n lang ay ireconect mga...
  11. akosiartas

    Things you might not know in Visual Studio

    Kung ang ibig mong sabihin ay VB.net vs VBA, may pagkakapareho p rn. Ang malaking pagkakaiba lang nila is OOP ang VB.net ang VBA ay procedural.
  12. akosiartas

    SQL Join types

    Do you scratch your head every time you write SQL statement? Don't know how get data from TableA that are not on TableB? Here's a Venn diagram that might help you:
  13. akosiartas

    Things you might not know in Visual Studio

    Box Selection Did you know that you can select and edit vertical blocks in Visual Studio? Just hold down the Alt key and drag mouse over text area you want to work with. You can also use Alt+Shift+Arrow keys to achieve this. Quick Launch Can't remember how you set your editor's font size or...
  14. akosiartas

    The power of unit testing

    Perhaps one of the best thing that happened in my programming career is learning unit test. Development is faster. How? Before, I used to hit debug button or press F5 whenever I need to test the new code that I made. It's really tedious and annoying. But with unit test I don't have to run the...
  15. akosiartas

    [help] Vb.net Send data from PC 1 to PC 2

    socket programming (at multithreading n rn). try this link
Back
Top Bottom