This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ldd /usr/bin/urxvt | |
linux-vdso.so.1 (0x00007ffff1577000) | |
libm.so.6 => /usr/lib/libm.so.6 (0x00007fcc0c927000) | |
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fcc0c6ed000) | |
libXft.so.2 => /usr/lib/libXft.so.2 (0x00007fcc0c4d8000) | |
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007fcc0c2cd000) | |
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fcc0bf94000) | |
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007fcc0bd72000) | |
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007fcc0bb24000) | |
libstartup-notification-1.so.0 => /usr/lib/libstartup-notification-1.so.0 (0x00007fcc0b91b000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## nano.rc file | |
include "/usr/share/nano/nanorc.nanorc" | |
## C/C++ | |
include "/usr/share/nano/c.nanorc" | |
## Makefiles | |
include "/usr/share/nano/makefile.nanorc" | |
## Cascading Style Sheets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#define OUT 1 /* outside a word */ | |
#define IN 0 /* inside a word */ | |
#define MAX 30 /* max words */ | |
main() | |
{ | |
int c, i, j, state, nw; | |
int words[MAX]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
/* count digits, white space, others */ | |
main() | |
{ | |
int c, i, nwhite, nother; | |
int ndigit[10]; /* this declares an array with 10 variables in it? */ | |
nwhite = nother = 0; | |
for (i = 0; i < 10; ++i) | |
ndigit[i] = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
main() | |
{ | |
int i; | |
int = 10; | |
for (i = 0; i < 10; ++i) | |
printf("%d\n", i); | |
printf("%d\n", i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*fahrenheight to celsius program*/ | |
#include <stdio.h> | |
#define LOWER 0 | |
#define UPPER 300 | |
#define STEP 20 | |
int celsius(float); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*fahrenheight to celsius program*/ | |
#include <stdio.h> | |
#define LOWER 0 | |
#define UPPER 300 | |
#define STEP 20 | |
int celsius(int); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*fahrenheight to celsius program*/ | |
#include <stdio.h> | |
#define LOWER 0 | |
#define UPPER 300 | |
#define STEP 20 | |
float conversion(float fahr, float celsius); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int power(int m, int n); /* is this a variable for the whole program? is it an array?, what does n and m means, they are never used in the real program so i dont get it. */ | |
main() | |
{ | |
int i; | |
for(i = 0; i < 6; ++i) /* this prints what 2 is being raised to */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^[[4;37mimg^[[0;34m # ^[[0;0m^[[K^M^[[4;37mimg^[[0;34m # ^[[0;0m | |
^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^ | |
H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^[[K^M^[[4;37m | |
img^[[0;34m # ^[[0;0m ^H^H^H | |
^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^ | |
H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^[[K^M^[[4;37mimg^[[0;34m # ^[[0;0m | |
^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^ | |
H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^[[K^M^[[4;37mim | |
g^[[0;34m # ^[[0;0m ^H^H^H^H | |
^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^ |