MDN (Wikipedie), dnes MDN Web Docs, původně Mozilla Developer Network, slaví 20 let. V říjnu 2004 byl ukončen provoz serveru Netscape DevEdge, který byl hlavním zdrojem dokumentace k webovým prohlížečům Netscape a k webovým technologiím obecně. Mozille se po jednáních s AOL povedlo dokumenty z Netscape DevEdge zachránit a 23. července 2005 byl spuštěn MDC (Mozilla Developer Center). Ten byl v roce 2010 přejmenován na MDN.
Wayback byl vydán ve verzi 0.1. Wayback je "tak akorát Waylandu, aby fungoval Xwayland". Jedná se o kompatibilní vrstvu umožňující běh plnohodnotných X11 desktopových prostředí s využitím komponent z Waylandu. Cílem je nakonec nahradit klasický server X.Org, a tím snížit zátěž údržby aplikací X11.
Byla vydána nová verze 6.18 živé linuxové distribuce Tails (The Amnesic Incognito Live System), jež klade důraz na ochranu soukromí uživatelů a anonymitu. Nově se lze k síti Tor připojit pomocí mostu WebTunnel. Tor Browser byl povýšen na verzi 14.5.5. Thunderbird na verzi 128.12.0. Další změny v příslušném seznamu.
Meta představila prototyp náramku, který snímá elektrickou aktivity svalů (povrchová elektromyografie, EMG) a umožňuje jemnými gesty ruky a prstů ovládat počítač nebo různá zařízení. Získané datové sady emg2qwerty a emg2pose jsou open source.
Byla vydána (𝕏) nová verze 25.7 open source firewallové a routovací platformy OPNsense (Wikipedie). Jedná se o fork pfSense postavený na FreeBSD. Kódový název OPNsense 25.7 je Visionary Viper. Přehled novinek v příspěvku na fóru.
Před 40 lety, 23. července 1985, společnost Commodore představila první počítač Amiga. Jednalo se o počítač "Amiga od Commodore", jenž byl později pojmenován Amiga 1000. Mělo se jednat o přímou konkurenci počítače Apple Macintosh uvedeného na trh v lednu 1984.
T‑Mobile USA ve spolupráci se Starlinkem spustil službu T-Satellite. Uživatelé služby mohou v odlehlých oblastech bez mobilního signálu aktuálně využívat satelitní síť s více než 650 satelity pro posílání a příjem zpráv, sdílení polohy, posílání zpráv na 911 a příjem upozornění, posílání obrázků a krátkých hlasových zpráv pomocí aplikace Zprávy Google. V plánu jsou také satelitní data.
Společnost Proxmox Server Solutions stojící za virtualizační platformou Proxmox Virtual Environment věnovala 10 000 eur nadaci The Perl and Raku Foundation (TPRF).
Byla vydána nová verze 2.4.65 svobodného multiplatformního webového serveru Apache (httpd). Řešena je bezpečnostní chyba CVE-2025-54090.
Společnost Proton AG stojící za Proton Mailem a dalšími službami přidala do svého portfolia AI asistenta Lumo.
# make gcc -g -O2 -Wall -DDEFAULT_PATH=\"/usr/local/share/cheops\" \ -DLIB_PATH=\"/usr/local/lib/cheops\" -I/usr/include/gtk-1.2 \ -I/usr/include/glib-1.2 -I/usr/lib/glib/include \ -I/usr/X11R6/include -DHAS_GMODULE -c -o cheops.o cheops.c \ cheops.c: In function `page_dispatch': cheops.c:742: error: label at end of compound statement make: *** [cheops.o] Error 1
static int page_dispatch(GtkObject *thing, GdkEvent *event, struct net_page *np) { #ifndef GNOME #ifdef USE_ITEM GtkWidget *pagemenu; #else static GtkMenuPath *gmp; #endif #endif switch(event->type) { case GDK_2BUTTON_PRESS: printf("Double click!\n"); break; case GDK_BUTTON_PRESS: if (!valid_np(np)) return FALSE; if (np->sel) highlight_object(np->sel, HIGHLIGHT_NORMAL); set_infobox(NULL); np->sel = NULL; #ifndef USE_CANVAS if (event->button.button != 1) { #ifdef USE_ITEM pagemenu = gtk_item_factory_get_widget(main_window.menuf, "/Viewspace"); gtk_menu_popup(GTK_MENU(pagemenu), NULL, NULL, NULL, NULL, event->button.button, event->button.time); #else gmp = gtk_menu_factory_find(main_window.menuf, "Main/Viewspace"); gtk_menu_popup(GTK_MENU(GTK_MENU_ITEM(gmp- >widget)->submenu), NULL, NULL, NULL, NULL, event->button.button, event->button.time); #endif } #endif break; case GDK_MOTION_NOTIFY: if (np->sel) event_dispatch(NULL, (GdkEvent *)event, np->sel); default: } return FALSE; }
default:napiste
default:;
gpl.c:1: error: missing terminating " character gpl.c:2: error: `Cheops' undeclared here (not in a function) gpl.c:2: error: syntax error before "is" gpl.c:3: error: missing terminating ' character gpl.c:4: error: stray '\' in program gpl.c:4: error: missing terminating " character gpl.c:7: error: stray '@' in program gpl.c:15:55: invalid digit "9" in octal constant gpl.c:26: error: missing terminating ' character gpl.c:53: error: missing terminating ' character gpl.c:58: error: missing terminating ' character gpl.c:64: error: missing terminating ' character gpl.c:74: error: stray '\' in program gpl.c:74: error: missing terminating " character gpl.c:75: error: stray '\' in program gpl.c:75: error: missing terminating " character gpl.c:80: error: stray '\' in program gpl.c:80: error: missing terminating " character gpl.c:89: error: missing terminating ' character gpl.c:93: warning: type defaults to `int' in declaration of `warranty' gpl.c:93: warning: data definition has no type or storage class gpl.c:94: error: syntax error before "give" gpl.c:135: warning: type defaults to `int' in declaration of `rather' gpl.c:135: warning: type defaults to `int' in declaration of `the' gpl.c:135: error: syntax error before "intent" gpl.c:150: warning: type defaults to `int' in declaration of `or' gpl.c:152: warning: type defaults to `int' in declaration of `b' gpl.c:152: error: syntax error before ')' token gpl.c:157: warning: type defaults to `int' in declaration of `or' gpl.c:159: warning: type defaults to `int' in declaration of `c' gpl.c:159: error: syntax error before ')' token gpl.c:203: error: missing terminating ' character gpl.c:228: warning: type defaults to `int' in declaration of `system' gpl.c:228: warning: type defaults to `int' in declaration of `which' gpl.c:228: error: syntax error before "is" gpl.c:253: error: stray '\' in program gpl.c:253: error: missing terminating " character gpl.c:254: error: stray '\' in program gpl.c:254: error: missing terminating " character gpl.c:273: error: stray '\' in program gpl.c:273: error: missing terminating " character gpl.c:301: error: stray '\' in program gpl.c:301: error: missing terminating " character gpl.c:303: error: missing terminating ' character gpl.c:304:19: invalid suffix "yy" on integer constant gpl.c:318:51: invalid digit "9" in octal constant gpl.c:325:43: invalid suffix "yy" on integer constant gpl.c:326: error: stray '`' in program gpl.c:326: error: missing terminating ' character gpl.c:328: error: stray '`' in program gpl.c:328: error: missing terminating ' character gpl.c:330: error: stray '`' in program gpl.c:330:34: warning: character constant too long for its type gpl.c:332: error: stray '`' in program gpl.c:332:39: warning: character constant too long for its type gpl.c:336: error: stray '\' in program gpl.c:336: error: missing terminating " character gpl.c:340: error: stray '`' in program gpl.c:340: error: missing terminating ' character gpl.c:350: error: missing terminating " character make: *** [gpl.o] Error 1
[~]$ cat switch.c int main(int argc, char *argv) { switch (argc) { case 1: ; default: } } [~]$ gcc switch.c switch.c: In function ‘main’: switch.c:5: error: label at end of compound statement [~]$ gcc-3.3 switch.c switch.c: In function `main': switch.c:5: warning: deprecated use of label at end of compound statementVerze 4.0 hlasi chybu, kdyzto 3.3 jenom varuje.
f/com.c:11078: error: conflicting types for 'ffecom_gfrt_basictype' f/com.h:236: error: previous declaration of 'ffecom_gfrt_basictype' was here f/com.c:11078: error: conflicting types for 'ffecom_gfrt_basictype' f/com.h:236: error: previous declaration of 'ffecom_gfrt_basictype' was here make[1]: *** [f/com.o] Error 1 make[1]: Leaving directory `/home/savalo/programs/gcc-3.3/gcc' make: *** [all-gcc] Error 2zkusil jsem tedy nainstalovat starsi verzi: cheops-0.60pre1-1.i386.rpm a jde to konecne spustit...dekuji za vas cas
Tiskni
Sdílej: