GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Added script to find files not owned by pacman package manager (ArchLinux)
[mirrors/Programs.git]
/
c
/
bpole
/
bity.c
Commit
Line
Data
21c4e167
H
1
#include <stdio.h>
2
3
int main() {
4
char c, d, i;
5
while(1) {
6
c = getchar();
7
for(i=0;i<8;i++) {
8
d = c && '\x01';
9
printf("%d ", d);
10
c = c << 1;
11
}
12
}
13
}
This page took
0.551373 seconds
and
4
git commands to generate.