I was trying out the sampling in MMM music generation model today and encountered the problem described in this issue I proposed. I have no experience writing C in python with ctypes
, so I figured why not ask the magic conch shell ChatGPT?
I’ve created a bot to send warm welcomes to newly admitted Cornell prefrosh.
I hate web programming, but looks like I really have to learn it. Notes from Liao Xuefeng’s JS course
谷歌和我网站有仇吗,弄了好几天,怎么别人等一天就行了,我等一个礼拜也搞不定。换了域名以后还不如原来,原来谷歌自动就给我 index 了。这样想还是要感谢营销号和爬虫,爬了我一个我自己都看不下去的题解,竟然让我原来的博客被收录了,可惜这个新的弄起来就麻烦了…
主要记录视频的一些相关知识以及 FFmpeg 和 DaVinci 的常见用法
开始学习阮一峰记录自己看到的有意思的文章和收集有用的工具的第一个整年
回来了,总体来说是挺努力的一学期
提交实习申请后发来个小测验,给我做崩溃了,第一个要我做这种级别的SQL,我最多也就会个 select from where
,超纲过于严重,只能回头补习
Basics
Basic File Structure:
12345public class <SameAsFileName> { public static void main(String args[]){ }}
Typecasting: int a = (int) pow(2,5);
Binary: reference to formatting,
1234567int i = 0b10101010; // give binary valueSystem.out.println(Integer....