This file contains 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
|
This file contains 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
┏━━━━━━━━━━━━━━━┫ [!] Configuring popularity-contest ┣━━━━━━━━━━━━━━━┓ | |
┃ The system may anonymously supply the distribution developers with statistics about the ┃ | |
┃ most used packages on this system. This information influences decisions such as which ┃ | |
┃ packages should go on the first distribution CD. ┃ | |
┃ ┃ | |
┃ If you choose to participate, the automatic submission script will run once every week, ┃ | |
┃ sending statistics to the distribution developers. The collected statistics can be viewed ┃ | |
┃ on https://popcon.debian.org/. ┃ | |
┃ ┃ | |
┃ This choice can later be modified by running "dpkg-reconfigure popularity-contest" ┃ |
This file contains 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
#\ | |
i\ | |
n\ | |
c\ | |
l\ | |
u\ | |
d\ | |
e\ | |
\ | |
<\ |
This file contains 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
diff --git a/pfetch b/pfetch | |
index 039a898..9d350a1 100755 | |
--- a/pfetch | |
+++ b/pfetch | |
@@ -1038,10 +1038,8 @@ get_palette() { | |
palette="$palette$e" | |
} | |
- # Print the palette with a new-line before and afterwards. | |
- printf '\n' >&6 |
This file contains 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
#!/bin/bash | |
mkmit() { | |
[[ -e LICENSE ]] && printf "A LICENSE file already exists\n" && return | |
cat << EOF > LICENSE | |
MIT License | |
Copyright (c) $(date +%Y) $([[ -n $1 ]] && printf "%s " "$@" || whoami) |
This file contains 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 <stdint.h> | |
#define DIGITS 4 /* number of bits in a hex digit */ | |
static inline uint64_t hex_digits(uint64_t n); | |
uint64_t hexmsm_next(uint64_t n) | |
{ | |
uint64_t seedlen, sqrlen; | |
seedlen = hex_digits(n); | |
n *= n; | |
sqrlen = hex_digits(n); |
This file contains 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
string = [*input()] | |
for i, char in enumerate(string): | |
string[i] = ord(char) | |
# print(string) | |
def factorize(n): | |
x = 0 | |
y = 0 | |
for i in range(2, (n // 2) + 1): |
This file contains 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
string = [*input()] | |
for i, char in enumerate(string): | |
string[i] = ord(char) | |
# print(string) | |
def factorize(n): | |
x = 0 | |
y = 0 | |
for i in range(2, (n // 2) + 1): |
This file contains 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> | |
#include <stdlib.h> | |
int main(void) | |
{ | |
unsigned i, j; | |
for (i = 0; i < 26; ++i) { | |
for (j = 0; j < 26; ++j) printf("%c%c ", i + 97, j + 97); | |
} | |
putchar('\n'); |
This file contains 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
>>++++++++[<++++++++>-]<++>>++++++++++[<+++++++++++>-]<++++>>++++++++++[<++++++++++++>-]<--->>+++++++++[<+++++++++++>-]<+++++>>+++++[<++++++>-]<+++<<<<<,[>.>.>.>.>.<<<<<,] |
OlderNewer