Forwarded from Genel Paylaşımlarım (Kemal Oktay Aktoğan)
Forwarded from Genel Paylaşımlarım (Kemal Oktay Aktoğan)
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
https://github.com/pocketbase/pocketbase
https://github.com/pocketbase/pocketbase
GitHub
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Open Source realtime backend in 1 file. Contribute to pocketbase/pocketbase development by creating an account on GitHub.
#include <stdio.h>
void main(){
void* a = (void*)13;
printf("%d\n",(int)&a[12]);
}C ile 2 sayıyı + işareti olmadan toplama.
#ifdef __STRICT_ANSI__Ansi C için strdup
#define strdup(A) strcpy(calloc(strlen(A) + 1, sizeof(char)), A);
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
void *myThreadFun(void *args) {
puts("Hello World after 1sec");
puts((char*)args);
return NULL;
}
struct timeout_ctx {
int delay;
void* args;
void (*function)(void*);
};
void* timeout_worker(struct timeout_ctx *ctx){
usleep(ctx->delay*1000);
ctx->function(ctx->args);
}
void timeout_add(int timeout, void* function, void* args){
pthread_t thread_id;
struct timeout_ctx *ctx = calloc(1, sizeof(struct timeout_ctx));
ctx->delay = timeout;
ctx->function = function;
ctx->args = args;
pthread_create(&thread_id, NULL, (void*)timeout_worker, (void*)ctx);
}
int main() {
pthread_t thread_id;
timeout_add(1000, myThreadFun, "Argument pass");
timeout_add(1250, exit, 0);
while(1);
exit(0);
}
C basit zamanlı fonksiyon çalıştırma.
Forwarded from Sanal Dedektif (İnternette Mahremiyet Hareketi)
Adobe yeni yürürlüğe girecek hizmet politikasıyla kullanıcıların aktif projelerine erişim izni alacak.
Adobe aktif pencerelerde her türlü belge, video ve materyale erişebilecek. Erişilen veriler yapay zeka eğitiminde de kullanılabilecek.
Adobe aktif pencerelerde her türlü belge, video ve materyale erişebilecek. Erişilen veriler yapay zeka eğitiminde de kullanılabilecek.
Forwarded from Sabri Ünal
Linux kablosuz sürücülerine pek çok katkısı olan Larry Finger vefat etmiş.
Toprağı bol olsun.
"Larry Finger who has contributed to the Linux kernel since 2005 and has seen more than 1,500 kernel patches upstreamed into the mainline Linux kernel has sadly passed away.
Larry Finger began contributing originally to the Broadcom BCM43XX driver back in the day and over the years has contributed a lot to Linux WiFi drivers."
Kaynak: https://www.phoronix.com/news/Larry-Finger-Linux-Wireless
Toprağı bol olsun.
"Larry Finger who has contributed to the Linux kernel since 2005 and has seen more than 1,500 kernel patches upstreamed into the mainline Linux kernel has sadly passed away.
Larry Finger began contributing originally to the Broadcom BCM43XX driver back in the day and over the years has contributed a lot to Linux WiFi drivers."
Kaynak: https://www.phoronix.com/news/Larry-Finger-Linux-Wireless
Phoronix
Longtime Linux Wireless Developer Passes Away
The Linux kernel community has sadly lost one of its longtime, prolific contributors to the wireless (WiFi) drivers.
Forwarded from Genel Paylaşımlarım (Kemal Oktay Aktoğan)
MariaDB/MySQL'de veritabanı içerisindeki tüm tabloları silme
#!/bin/bash
test -z "${1}" && exit 2
DATABASE="${1}"
mysql -u root "${DATABASE}" <<< $(mysqldump --add-drop-table --no-data -u root "${DATABASE}" | grep 'DROP TABLE')
Clonezilla Live 3.1.3 Disk Cloning Tool Is Here Powered by Linux Kernel 6.9 https://9to5linux.com/clonezilla-live-3-1-3-disk-cloning-tool-is-here-powered-by-linux-kernel-6-9
9to5Linux
Clonezilla Live 3.1.3 Disk Cloning Tool Is Here Powered by Linux Kernel 6.9 - 9to5Linux
Clonezilla Live 3.1.3 open-source and free disk cloning/imaging tool is now available for download powered by Linux kernel 6.9.
Forwarded from Hacker News
GitHub
GitHub - KomputeProject/kompute: General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics…
General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optim...
Forwarded from Genel Paylaşımlarım (Kemal Oktay Aktoğan)
Forwarded from Genel Paylaşımlarım (Kemal Oktay Aktoğan)
PaperCut ve Equitrac muâdili, AGPL lisanslı, açık kaynak yazdırma hizmeti
www.savapage.org
www.savapage.org