Tag: Programming

  • Get JSON Value in C

    Parsing JSON in C wasn’t so easy until I comparing several libraries, but trying JSON-C was easier than I think. let talk about sample case which I want to parse json data from http request, so I use curl for processing my requests and using JSON-C to parse the data. like usually started with including…

  • Shutdown another Windows Machine Remotely

    Shutdown another Windows Machine Remotely

    Maybe you are IT Support in a company, then one computer broken and needed to rebooted, but there’s many computer need rebooted and placed in different several places, this may help you (a lot maybe) too make jobs more faster. Windows Command Prompt > net view (list of computer connected on same network) > shutdown…