About 186 results found. (Query 0.14300 seconds)
search: re 6d250c5476825869947f4358ec549e2e572595ea [nameless-os.git] / kernel / arch / x86 / tty / tty.c 1 #define VGA_WIDTH 80 2 #define VGA_HEIGHT 25 3 4 char * video_memory = ( char *) 0xB8000 ; /* VGA VRAM starts at 0xB8000 */ 5 6 static int cursor_x = 0 ; 7 static int cursor_y = 0 ; 8 9 void screen_clear ( void ) 10 { 11 int x , y ; 12 for ( y = 0 ; y < VGA_HEIGHT ; y ++ ) { 13 for ( x = 0 ; x < VGA_WIDTH ; x ++ ) { 14 video_memory...
le zdani pe'a when the artist paints what the public demands, it is not art, but business main main-jbo git 4m le bangu/ le cmaci/ le lijda/ le mehoi blofg/ le mehoi rant/ le pixra/ le plajva/ le skami cohe/ le termifckiku/ le xrapoi je snavei peha ruhe/ ni'o fi'i .i kibystu je cu se zbasu la .varik. .VALefor. zo'e ja le krinu be le nu zbasu ni'o la'o zoi.
$yDf#$sTz_g;CtQwC^U`RUS}XnnqP2u zY)s>XDX1s?e5r`d-q- a~b1c&NID(RKXJn1UL;vot!I;&kA9Hv4cEd`c@9$hN`x=R*iqCK+?P% zRHA&?wvERH6(1E4zOOH{mux@W>s4$+>X&4 <_O6>Qa8!X;(tNeR <33YZY+Hkb-Tfl8 z@18CfktAZ13j9LlbgI%dnT7FgD72GXP~G>59oD!J&AZDmuIxRU(}8@$iDeV1-ns@1 zarSf?
This is particularly useful as the value if ngx.var.arg_ variables are not automatically url unencoded This snippet creates a function to do hex decode each character of a string Similar To urldecode() PHP urllib.unquote() Python decodeURI() Javascript Details Language: LUA Snippet local urldecode = function ( url ) return ( url : gsub ( "%%(%x%x)" , function ( x ) return string.char ( tonumber ( x , 16 )) end )) end Usage Example local...
." @ $( GOCMD ) b u i l d $( FLAGS ) - t a g s "netgo static_build" - i n s t a l l s u f f i x n e t g o \ - l d f l a g s "\ -X $(shell go list).Version=$(VERSION) \ -X $(shell go list).Commit=$(COMMIT) \ -X $(shell go list).Build=$(BUILD)" \ . / c m d / t u b e / . . . e l s e @ $( GOCMD ) b u i l d $( FLAGS ) - t a g s "netgo static_build" - i n s t a l l s u f f i x n e t g o \ - l d f l a g s "-w \...
Michigan 06.04.2026 23:58:49 NY-Post Calif. gubernatorial favorite reveals what he promised Trump in late-night call ahead of endorsement 06.04.2026 23:58:49 NY-Post These are the best laptop deals to shop online now, from HP to MacBook 06.04.2026 23:58:49 NY-Post Ballistic missile strikes Israel amid Iranian retaliation 06.04.2026 23:58:49 NY-Post NIMBY millionaires furious about proposed oil drilling near homes 06.04.2026 23:58:49 NY-Post Hilarious moment hungry bear tries to take a...
If the result underflows, the function returns zero; whether errno is set to ERANGE is implementation-defined. In the following table, x and y are of type double , n is an int , and all functions return double . Angles for trigonometric functions are expressed in radians. sin(x) sine of x cos(x) cosine of x tan(x) tangent of x asin(x) sin -1 (x) in range...
synapse matrix upstream synapse { server 127.0.0.1 : 8008 ; } server { listen 80 ; server_name DOMAIN.LTD ; return 301 https://$host$request_uri ; } server { listen 443 ssl ; server_name DOMAIN.LTD ; access_log /var/log/nginx/DOMAIN.LTD_access.log ; error_log /var/log/nginx/DOMAIN.LTD_error.log warn ; ssl_certificate /etc/letsencrypt/live/DOMAIN.LTD/fullchain.pem ; ssl_certificate_key /etc/letsencrypt/live/DOMAIN.LTD/privkey.pem ; ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem ; location / {...
Just replace enp0s3 with your main network interface, and 209.58.147.38 with whatever the second hop's IP is: root@x : /etc/wireguard# iptables -A OUTPUT -o enp0s3 ! -d 209.58.147.38 -j ACCEPT root@x : /etc/wireguard# iptables -A OUTPUT -o hop1 -j ACCEPT root@x : /etc/wireguard# iptables -A OUTPUT -o enp0s3 -j DROP Triple hop To add a third hop to all of this, you would set AllowedIPs in hop1 to only connect to hop2, hop2 to only connect to hop3, and hop3...
How do I find all my attachments? phpBB Issues Who wrote this bulletin board? Why isn’t X feature available? Who do I contact about abusive and/or legal matters related to this board? How do I contact a board administrator?
3*{ee7(NaPx96;hD;-cZHfx7YQobO zr!yD^2iv>dUVFpQYQ~v{ZdQc=i8~tS !!s#%35g8 z;^4L6m(VZena5i18C+X`g8TfrlQ)Y^XWUyVAN}o#hMDNpha6|NDLY>;x%#s#?M2jm zz2n>^v29=8S>4Ywlq*THdGMjtS;5Tmwd7~FwzgR@b <6L!dL|zTd@X(M0*6Ff+@ceP zYwl==xp9a8nj6!z`=sVwQ!
Common used headers are X-Priority and X-Status, X-Mailer, mostly added by Microsoft MUAs. On the server side, X- headers are commonly used for mail tagging, i.e. tagging a mail as spam or virus-checked (X-Spam-Status, X-Virusscanned,...).
У меня это выглядит так (у меня nginx, если у Вас что-то другое - делайте по аналогии): Основной домен twinkle.ygg.at server { listen [300:dada:feda:f443::12]:443 ssl; listen [300:dada:feda:f443::12]:8448 ssl; server_name twinkle.ygg.at; ssl_certificate /etc/letsencrypt/live/twinkle.ygg.at/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/twinkle.ygg.at/privkey.pem; client_max_body_size 1000M; location /_matrix { proxy_pass http://127.0.0.1:8008; ...
For example, commands can be added to the /etc/daily.local script to run regularly every night. Editing files under NetBSD Available text editors There are two obvious options in the base system: ed(1) (Line oriented text editor) ed is a very simplistic text editor.
You'll have to enable JavaScript for this one... ⌛ Avicii x Tsukihi Araragi x Nadeko Sengoku - Platinum Level Circulation
NJO : Dark Journey (пер. машинный, редактировал да не выредактировал я.) По всей видимости - заброшено.       X-Wing 8 : Isard's Revenge (Defender) Гл. 1-2 на 18.XI.2006 X-Wing 8 : Isard's Revenge Эрх Джастин, ComO'K, Мара Джед ~30% черновика на 7.10.2007, Tales from Mos Eisley Cantina Kettch 1 рассказ на 8.XI.2006 Jedi Quest 1: The Way of the Apprentice Ooli  ...
Content-Alternative Content-Base Content-Description Content-Disposition Content-Duration Content-Features Content-ID Content-Language Content-Location Content-MD5 Content-Transfer-Encoding Content-Type Date Distribution Face Expires Followup-To From In-Reply-To Keywords Lines Message-ID MIME-Version Newsgroups Organization References Reply-To Sender Subject Summary Supersedes User-Agent X-Face X-Newsreader X-No-Archive Contacts: [email protected] ( PGP...
Единственный способ "атаки", который могу представить с такой системой это сопоставление X-I2P-Dest 25.03.2026 10:35:22 MSK #613 Цепкий Мангуст: Есть человек такой один, он эго миром наделён, с собою жесткий диск таскает он.
Chat & Email For XMPP and Email details, curl the main site: curl -x socks5h://localhost:9050 http://mavericksik6xq2cznhyoa5jnjci36rpu4bjxwnwtprzbb2yz7vrhoid.onion Or via I2P: curl -x socks5h://localhost:4447 http://maverickmiidqlmlr4dddce4jcn6xvrgpfsdz45hfp6nwuiaa3ja.b32.i2p Pitch: @jason_13th Dread: /u/jason13th Async Nostr: npub1j0xlvw5c9ja74vwrfydfyzth0lv2kusx5zv7tegwd40nycw2chmquu0qlp Session: 0579457f0895cbf0bbb74db14302445a6e9da2bbe1fb0b0bfb4889eb8a206a872a Don't...
But something was wrong. The projected constellations weren’t those of the night sky above Veridium. They were…*different*. Alien constellations, unlike anything recorded in the city’s astronomical charts. And as the constellations swirled and shifted, a faint, melodic hum filled the Hall.