I hereby claim:
- I am chinacolt on github.
- I am emrecintay (https://keybase.io/emrecintay) on keybase.
- I have a public key ASACyBQok2TETw0RAdzPcYbvDUEKWaCKFY10pcRaAPq6iQo
To claim this, I am signing this object:
| -- Turkce isimler sozlugu twitter : http://twitter.com/baskindev | |
| CREATE TABLE `isimler` ( | |
| `id` int(11) NOT NULL AUTO_INCREMENT, | |
| `isimler` varchar(255) DEFAULT NULL, | |
| `cinsiyet` varchar(255) DEFAULT NULL COMMENT 'erkek : E , kadın : K , uniseks : U', | |
| PRIMARY KEY (`id`) | |
| ) ENGINE=InnoDB; | |
| -- ---------------------------- |
| CREATE TABLE soyisimler ( | |
| id int IDENTITY(1,1) NOT NULL, | |
| soyisim varchar(255) NOT NULL, | |
| PRIMARY KEY (id) | |
| ) | |
| INSERT INTO soyisimler VALUES ('ABAT'); | |
| INSERT INTO soyisimler VALUES ('ABSEYİ'); | |
| INSERT INTO soyisimler VALUES ('ABACIOĞLU'); | |
| INSERT INTO soyisimler VALUES ('ACAR'); |
I hereby claim:
To claim this, I am signing this object:
Open-source gaming isn't just a trend; it's a game-changer in the gaming industry. Imagine a world where game development isn't shrouded in secrecy but thrives on collaboration and transparency, much like a bustling marketplace where ideas flow freely, and innovation knows no bounds. That's the impact of open-source gaming on the industry – a breath of fresh air that has reshaped the gaming landscape in ways we never thought possible. Think of open-source gaming as a giant potluck party where everyone brings their unique dish to the table. Game developers, enthusiasts, and players alike come together to contribute their skills, ideas, and passion to create a gaming experience that's truly inclusive and diverse. It's like a symphony where each instrument plays its part, harmonizing to create a masterpiece that resonates with gamers of all backgrounds. By embracing open-source principles, the gaming industry has undergone a transforma
| Hey, I'm Chinacolt-8400905 and I have contributed to the citrea test 2 MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (verify_for_guest) | |
| Contributor # 1 | |
| Contribution Hash: 12085952 a8863ed9 f9c1742c 140c0a64 | |
| 78b5bc2d 91c4d233 3e31775a 5155352a | |
| caf39470 f7b0b568 e6a7c5d6 f26bbc19 | |
| 5dd86635 abd04f5d 355ad184 1faab4ef |
| Hey, I'm Chinacolt-8400905 and I have contributed to the Citrea Risc0 to BitVM Circuit MPC Phase2 Trusted Setup ceremony. | |
| The following are my contribution signatures: | |
| Circuit # 1 (verify_for_guest) | |
| Contributor # 43 | |
| Contribution Hash: 95879300 d6b33f11 8519972e ec94e066 | |
| 2536dcc9 b317570e ae714bee d99e1506 | |
| eb8b0aa5 15bd79ec bd18e493 c294e370 | |
| 1c37e87d edf09fa5 7c656ebe 29283124 |
| docker rm -f $(docker ps --all -q) | |
| docker rmi -f $(docker images --all -q) | |
| docker builder prune --all --force | |
| docker image prune --all --force | |
| docker container prune --force | |
| debian_versions=(bookworm-slim latest) | |
| ubuntu_versions=(22.04 24.04 latest) | |
| node_versions=(18 20 21 22 latest) | |
| python_versions=(3 3.10 3.11 3.12 3.13 3.14 3.15 latest) |