About 177 results found. (Query 0.14600 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...
home add jump latest alive all All domains (8874 records) Domain AH B32 Full Base32 Last seen (UTC) pkzone.i2p A B ifnicpsn7cvbij4pjesurh5w5x5qazvmvddlbz47bxcpguy56oqa Never place4pony.i2p A B dgtpitvtm6tnxefder6axhmtttuouelktq2nui4dvqgzmni43bha 2026-05-29 07:08:48 plague.i2p A B cz7hpmlgldfo6wsgws7k36ruohh6mmwihr2nx7gpburttbqu4eaa Never plain.i2p A B y7f3c5s2n44j5pnsxncqpasluv6k7i5jtnhjfs5mfulcgcas6sqq Never plan9.i2p A B plannine5fuq4zxyhjfutyf6nax2xr653vvzy3h6ll6tqoehuoda 2025-02-07 07:06:05 planb.i2p A...
NodelistDB Node History - 2:2490/3046 Historical data and changes for FidoNet node Search Nodes and SysOps Statistics Current network view Browse Zones, regions and nets Analytics Protocol and trend reports Reachability Operational history Downloads Nodelist archive Links Community references API HTTP endpoints Node Information Address: 2:2490/3046 Active Period: 1996-09-06 - now Total Entries: 6664 Changes: 12 Change History Sep 6, 1996 nodelist.250 ✅ Node added to nodelist System Name Cyberia/2 2...
It was a chaotic time during my first day, especially when survival mode was at play with a desperate attempt to get resources to create weapons and fight them off(in the case of making guns it felt like an eternity mining for them).
. :) by thelion (member) 5 months ago [reply] The lion installs i2p from the play store, obtainium, f-droid or wherever you get your apps. The lion does not use Invizible Pro for i2p. The lion then installs the prelease of thunderbird mail for android (fka k-9 mail) because the regular install won't work with i2p: https://github.com/thunderbird/thunderbird-android/releases The lion then turns on i2p and setups up thunderbird mail: Incoming Mail (POP3) Settings: Server Name: 127.0.0.1 Port:...
." @ $( 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 \...
Log In Revisions PDF Home Search Contact News You are here: start / cracks / jitouch / v2.x / patches / 2.53 / preference_pane Sitemap This is a sitemap over all available pages ordered by namespaces . amiga android apache apple arcade architectonics arduino art assets autoit c caddy cheat_engine chemistry cinematography computer_engineering computer_security cracks comic_life dvd_audio_extractor folx glow_for_fb jitouch jump_desktop keyboard_maestro lyn mmonit monodraw photosweeper_x...
xrandr -s 640x480 cwm 使用例 畫面解像度を變更 Xrandr を引數無しで起動すると、現在使用可能な解像度の一覽が表示される。 $ xrandr Screen 0: minimum 8 x 8, current 1680 x 1050, maximum 32767 x 32767 eDP1 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 264mm x 166mm 1920x1200 60.08 + 59.88 59.95 48.06 1920x1080 59.96 59.93 1600x1200 60.00 1680x1050 59.95* 59.88 1400x1050 59.98 ...
Despite some of my earlier content on video games, I am not particularly "a gamer", in that I don't generally play video games that much. I sometimes play games, or perhaps occasionally, I like them, or at least the ones I do, but I don't see myself as "a gamer", lots of games are proprietary software also which is no good.
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 / {...
Copy en/ to the code of whatever language you want to translate it into (we'll call it xx x from now on) 4. Remove xx x /translations.php 5. Translate! (but not xx x /tos.html, x xx/privpol.html, x xx/p/list.php, or anything that isn't shown to the user (i.e.
i strongly dislike closed-source software and proprietary operating systems. i am unusually knowledgable in human psychology and cartoon horses, but i am currently fixated on automating with language models. this site was made with tokens , GNU Nano , and Maple Mono . metadata.json public identity { "name" : "ky" , "screen_name" : "kypwny" , "pronouns" : "any" , "birth_date" : 1084930620 , "language" : "english" , "crypto" : { "bitcoin" : "bc1q43ju0wduzdu7p3l54uvhvtpep22jthmmfcgdlf" , "evm" : { "ens" :...
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...
Worked in 3.7.x, 3.8.x doesn't differ variables and properties of same name. 2019-12-27 12:54:58 +04:00 return self . _transactions Initial commit adding everything that consists the project. 2019-12-25 23:08:20 +04:00 First part of a massive refactoring.
If you want to install YOURLS on the same domain than your blog, give it its own (short) subdirectory, such as yourblog.com/s/ (for "short") or yourblog.com/x/ (for "exit") ➤ If YOURLS generates 404 for your short URLs Make sure mod_rewrite is enabled with your Apache server Make sure your .htaccess file looks like this one Check that your server Apache configuration allows use of .htaccess ( AllowOverride All directive, ask your server admin) Eventually, refer to Troubleshooting first...
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!
Качаю своего персонажа уже не первый год. Присоединяйтесь, тут free to play. acetone web page user/acetone.txt · Последнее изменение: 2025/10/22 08:13 — 127.0.0.1 Показать исходный текст История страницы Переименовать Управление медиафайлами Войти Все страницы Наверх  
O Brasil disputa a fase de grupos contra Noruega, Portugal e Estados Unidos, com altas chances de avançar às eliminatórias! 【Datas dos jogos da seleção brasileira】 - 15/1: Brasil x Noruega (16:30 BRT) - 17/1: Brasil x Portugal (14:00 BRT) - 19/1: Brasil x Estados Unidos (14:00 BRT) 6 : Hello :2025/04/24(木) 11:25:51.95 ID:y/TSl6tLI sFOY UTxdqA qCzN zCma rpIK EXk 1KB Exibição de nova chegada Voltar ao keijiban Tudo Antes 100 Próximo 100 Mais novo 50 Nome:...
Home Art Videos Canaryprimary Videos Canaryprimary Beat Hopping Canaryprimary HR Nightmare Canaryprimary HR Nightmare 2 Canaryprimary Fenneko x Haida Pegging Canaryprimary Fenneko x Haida Sucking Canaryprimary Haida x Inui Canaryprimary Little Distractions Canaryprimary Pinkie Pie Dragon Party Canaryprimary Ground Pounder Canaryprimary Coffee Chicken Diives Videos Diives Burning Kiss Diives Miantiao Easter Treasure Somemf Videos Somemf Fifi Somemf Fifi...
I took a picture, because the bass player reminded me of the figure of the horny house buyer with the red jacket from the play "Die Oma" from the Kikiriki Theater [1]. You should have let them play first if you had wanted to achieve an increase in enthusiasm to the main act.