programming

  1. blackneos940

    Having Trouble Understanding When To Call Classes In C# With Mono and .NET...

    So anywho, this post pertains to Linux, but also to any OS that can run Mono or .NET Framework. It's a basic C# Program I got from a YouTube video teaching C#. :) First, the Code... using static System.Console; namespace Classes { class Animal { //Class Constructors public...
  2. blackneos940

    Why Do I Find It So Hard To Integrate Code From Elsewhere?

    Hey guys. :3 It is I, black! :3 Anywho, it seems that despite all my years of trying to understand Programming, I still have a hard time integrating existing Code into a Program I'm writing... :< Take for example this: public static void click(int x, int y) throws AWTException{ Robot bot =...
  3. D

    Which Linux distro for programming

    Hey guys, I wonder which Linux distro you recommend to me to program. I'm still hesitating between Arch Linux and Ubuntu and Debian. Which programming languages I 'use' you can find in the description of my acc. Thanks in advance!:) Dominic
  4. G

    Pip ffi.h Gcc Error ?

    I try to install install some library with the pip command. But when I try to install it I get an error like #include <ffi.h> . How can I solve this issue? ^ compilation terminated. error: command 'gcc' failed with exit status 1
  5. B

    Apps

    Hi, everyone! I would like you to describe your typicall installed apps after fresh Linux install. I've red dozens of articles about TOP 10 Linux software for ... but I usually struggle to choose which ones collaborate the best. Like could you suggest me which software are best for taking...
  6. blackneos940

    Watching For I.P. Addresses in C :3

    So hello everybody..... :3 I have a setup where I need to monitor for any foreign I.P. Addresses..... :3 I know I could just use Wireshark, but I wanna make a Program myself to do this..... :3 I imagine it involves Sockets 'n stuff, but I'm not sure where to go about it..... :\...
  7. iridakos

    Ruby does GTK+

    Hello everybody, I published a tutorial for creating a simple GTK+ ToDo application with Ruby. Thanks!
Top