Endless Paradigm

Full Version: Programming for Dummie
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
lembas Wrote: [ -> ]:|

Don't worry, this is lembas' impressed face!
Yo, I heard you liek games, so I made a game which looks like a virus, but when you click on it nothing happens.

Because no-one uses the Win98 style single click action and you need to actually double-click it to run it.
ZiNgA BuRgA Wrote: [ -> ]Yo, I heard you liek games, so I made a game which looks like a virus, but when you click on it nothing happens.

Because no-one uses the Win98 style single click action and you need to actually double-click it to run it.

but why would you click twice when you can just click once?!!?!?!?!? D:
I am the virus, and I am the game.

I am here for obvious reasons.

*Simple humour for dummies*
xD it does do single click and double
mods lock thread please
Heartless141 Wrote: [ -> ]
ZiNgA BuRgA Wrote: [ -> ]Yo, I heard you liek games, so I made a game which looks like a virus, but when you click on it nothing happens.

Because no-one uses the Win98 style single click action and you need to actually double-click it to run it.

but why would you click twice when you can just click once?!!?!?!?!? D:
Why would you opt to use the noob mode?
I dunno, I'm just pro, so I chose the pro option.

[Image: PlkwjWS.png]
#!/bin/bash
x=$(sudo ip link show dev enp9s0)
if [[ $x = *BROADCAST,MULTICAST,UP,LOWER_UP* ]]; then
       sudo dhcpcd enp9s0
else
       sudo /sbin/ip link set dev wlan0 up
       sudo /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
       sudo /sbin/dhcpcd wlan0
fi

Connects to ethernet if it's connected, but wlan0 if it's not.
Pages: 1 2 3 4
Reference URL's