Skip to content

Instantly share code, notes, and snippets.

View G36maid's full-sized avatar
🇹🇼

G36maid G36maid

🇹🇼
View GitHub Profile
#include<stdio.h>
#include <stdint.h>
#include "shapez.h"
int main(){
for(int i = 1; i <= 10; i++){
printf("%d: ", i);
print_shapez(Target(i));
}
//11:CuCuCuCu
#include <stdio.h>
#include <stdint.h>
#include "gacha.h"
int groups_test();
int props_test();
int pull_number_test();
int guarantee_test();
int pull10_test();
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include<stdbool.h>
#include<time.h>
#include "poker.h"
// 2 > A > K > Q > J > 10 > 9 > 8 > 7 > 6 > 5 > 4 > 3
int compareCards(const void *a, const void *b);
int32_t QBT_sort(int8_t cards[]);
1,1
1,2
1,3
1,4
1,5
2,1
2,2
2,3
2,4
2,5
#include<stdio.h>
#include<stdlib.h>
#include"myscore.h"
#include<math.h>
int transformScores(double *arr, int n, double pref_avg, double pref_stddev);
void findMinMax(const double *arr, int n, double *min, double *max);
int err_test();
int main(){
#include<stdio.h>
#include<stdlib.h>
#include<stdint.h>
#include <string.h>
#include <time.h>
#include "endian.h"
int32_t endian_convert_ta( uint8_t *pSrc, uint32_t size, uint8_t **ppDst ); //remember to free *ppDst
int32_t endian_equality_test_ta( uint8_t *pNum1 , uint32_t size1 , uint8_t type1 ,
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "dhcp.h"
int main() {
// int32_t dhcpParse(uint8_t *pData, uint32_t size);
uint8_t dhcp_data[] = {
0, 0, // 0: padding
1, 4, 255, 255, 255, 0, // 1: subnet mask (255.255.255.0)
@G36maid
G36maid / install.sh
Created January 22, 2025 03:04
Zed editor on freeBSD
sudo pkg install -y git rust cmake
git clone https://github.com/zed-industries/zed.git
cd zed
sudo pkg install -y rust ca_root_nss
export RUSTFLAGS="-C link-dead-code"
cargo build --release
cargo build --release --frozen -p zed
Position Club Country Participated Titles Played Win Draw Loss Goals For Goals Against Pts Goal Diff
1 Real Madrid CF ESP 53 14 476 285 81 110 1047 521 651 526
2 FC Bayern München GER 39 6 382 229 76 77 804 373 534 431
3 FC Barcelona ESP 33 5 339 197 76 66 667 343 470 324
4 Manchester United ENG 30 3 293 160 69 64 533 284 389 249
5 Juventus ITA 37 2 301 153 70 78 479 301 376 178
6 Liverpool FC ENG 27 6 248 142 50 56 472 228 334 244
7 AC Milan ITA 30 7 267 131 68 68 437 251 330 186
8 SL Benfica POR 42 2 287 130 67 90 475 334 327 141
9 FC Porto POR 37 2 269 121 61 87 395 304 303 91
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=claude-desktop
_pkgname=Claude-Desktop
pkgver=1.0.0
_electronversion=25
_nodeversion=20
pkgrel=9
pkgdesc="An Electron-based desktop application for Claude2(unofficial).Use system-wide electron."
arch=('any')
url="https://github.com/Karenina-na/Claude-Desktop"