This media is not supported in your browser
VIEW IN TELEGRAM
duangsuse::Echo
https://github.com/losfair/banXiaocao #low #Chinese #backend 小曹消息屏蔽权重判断插件(可以做一个适配的 Telegram 插件平台... emmm
刚才想把这玩意
今天我还是对自己好点... 不要弄这些了.... 我早饭午饭都没吃昨天一晚上都没睡觉.... 现在非常难受........
detect.c 拿 Rust nostd 重写一下练练手,坑死我了,没有到运行时就出各种问题... 到不了运行时...(友情提示,代码太垃圾了不要学)今天我还是对自己好点... 不要弄这些了.... 我早饭午饭都没吃昨天一晚上都没睡觉.... 现在非常难受........
#![crate_type = "cdylib"]
#![crate_name = "xcdetect"]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico")]
#![feature(lang_items)]
#![no_std]
use core::fmt;
use core::panic::PanicInfo;
extern {
static xc_words_len: *const i32;
static xc_words: [*const i8];
static xc_words_weights: [*const f32];
fn printf(fmt: *const i8, ...) -> i32;
}
/// Display rust &str to stdout
pub fn print(str: &str) {
unsafe { printf(str.as_ptr() as *const i8); }
}
#[lang = "eh_personality"]
#[no_mangle]
/// Rust error handling personality function
pub extern "C" fn eh_personality() {}
#[panic_handler]
#[no_mangle]
/// Rust panic handler
pub extern "C" fn panic_handler(p: &PanicInfo) -> ! {
print("Rust program panicked:\n ");
if let Some(l) = p.location() {
print(":: At file "); print(l.file()); print("\n ");
print( ":: At line "); print("1");
}
loop {} // never return
}
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
感人至深啊......... 花了半个小时下载库总算安装了 MinGW qt5
总算马上就正式结束了..... 唉,然后可以继续开发 Gekyll
下次如果没有 Windows 环境就不用 Qt 了....
下次如果没有 Windows 环境就不用 Qt 了....
duangsuse::Echo
不管怎么样还是 Cheer 一下,毕竟我吃到饭了
This media is not supported in your browser
VIEW IN TELEGRAM
写 Qt 程序的时候代码量又回到当初 Android 的一样不过两三百行... 总共才 200 多行 C++
http://bbs.seewoedu.cn/search.php?mod=forum&searchid=30258&orderby=lastpost&ascdesc=desc&searchsubmit=yes&kw=%E7%82%B9%E5%90%8D
#emmm #recommended #life #school #dev
... 官方逼死同人系列.... 😭
说实在话,我真的不敢搜... 其实想想也知道这么常见的功能怎么可能不做呢...
#emmm #recommended #life #school #dev
... 官方逼死同人系列.... 😭
说实在话,我真的不敢搜... 其实想想也知道这么常见的功能怎么可能不做呢...
bbs.seewoedu.cn
搜索 - 希沃论坛
,希沃论坛
https://github.com/duangsuse/Book/issues/1#issuecomment-430547733
#tech #cs #emmm 妈耶这人可真 TM 会找,这下我比较尴尬了 ://
这俩估计十有八九又双把我当 sb 了
#tech #cs #emmm 妈耶这人可真 TM 会找,这下我比较尴尬了 ://
这俩估计十有八九又双把我当 sb 了
GitHub
发现了一只大佬 #1
🌚 在看 gh 更新时发现之前因为 "中文 C#" 事件 #csharplang/993 关注的 @Glavo Star 了一个 JVM 程序设计语言的 repo https://github.com/lice-lang/lice 看看居然是函数式 Lisp 方言! 后来还发现是中国人开发的??? (虽然之前那个 lemon-lang 也中国人 后来发现居然... 是高中大佬??? 于是找...
duangsuse::Echo
https://github.com/duangsuse/randomSelection/releases 请问本频道里有没有用 windows 的愿意帮我测试一下这个应用它是否在正常工作.... 😶
在我(Fedora,Linux 4.x、Qt 5.11、X11 nouveau)这里一切 OK