Today I Learn

Today I Learn

Snippets, Tips, Links

05 May 2022

Links 2022_05_05

https://zetcode.com/db/mysqlc/

https://www.infoq.com/news/2022/05/java-news-roundup-apr25-2022

https://electronics.stackexchange.com/questions/22410/how-does-division-occur-in-our-computers

https://www.geeksforgeeks.org/division-without-using-operator

https://thecodingbot.com/adding-two-very-large-integers-in-c/

https://www.geeksforgeeks.org/how-to-store-a-very-large-number-of-more-than-100-digits-in-c/

https://stackoverflow.com/questions/19230573/cannot-calculate-factorials-bigger-than-20-how-to-do-so

https://en.cppreference.com/w/c/types/integer

https://stackoverflow.com/questions/1267756/what-gets-compared-to-what-in-the-cmovl-opcode

https://stackoverflow.com/questions/36529449/why-are-rbp-and-rsp-called-general-purpose-registers

https://web.stanford.edu/class/archive/cs/cs107/cs107.1186/guide/x86-64.html

https://stackoverflow.com/questions/5136447/function-for-factorial-in-python

https://www.geeksforgeeks.org/calling-python-from-c-set-2/

https://www.quora.com/What-are-some-examples-of-CPU-bound-and-non-CPU-bound-problems-What-would-be-the-best-programming-language-to-tackle-each-situation

https://unix.stackexchange.com/questions/136631/how-to-switch-directly-to-a-pane-in-tmux

https://note.nkmk.me/en/python-int-max-value/

https://note.nkmk.me/en/python-inf-usage/

https://www.infoq.com/

https://vim.fandom.com/wiki/Accessing_the_system_clipboard

https://dmfrsecurity.com/2021/02/23/using-procfs-for-forensics-and-incident-response/

https://google.github.io/styleguide/cppguide.html#Functions

https://lefticus.gitbooks.io/cpp-best-practices/content/03-Style.html

https://www.gnu.org/prep/standards/html_node/Writing-C.html

https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html

https://www.tutorialspoint.com/java_mysql/java_mysql_insert_records.htm

https://hexdocs.pm/elixir/master/Integer.html

https://cs.lmu.edu/~ray/notes/nasmtutorial/

https://www.nasm.us/doc/nasmdoc2.html

https://asmtutor.com/#lesson10

https://www.keil.com/support/man/docs/armclang_intro/armclang_intro_lmi1470147220260.htm Calling assembly functions from C and C++

https://www.cs.uaf.edu/2010/fall/cs301/lecture/09_20_functions_parameters.html Calling Functions and Passing Parameters in Assembly

https://scottc130.medium.com/implementing-functions-in-x86-assembly-a2fb7315e2e0

https://www.cs.uaf.edu/2017/fall/cs301/lecture/09_11_registers.html Registers in x86 Assembly

https://www.jianshu.com/p/7cdee7eb8027 int 80h

https://www.tutorialspoint.com/assembly_programming/assembly_logical_instructions.htm cmovl

https://www.erlang.org/doc/tutorial/example.html

https://www.erlang.org/doc/tutorial/nif.html

https://andrealeopardi.com/posts/using-c-from-elixir-with-nifs

https://unix.stackexchange.com/questions/13192/what-is-the-difference-between-a-and-so-file

http://duoduokou.com/erlang/64081561064514572245.html Erlang的端口和RPC之间有什么区 别?

https://www.runoob.com/cprogramming/c-examples-factorial.html

https://www.geeksforgeeks.org/difference-between-long-int-and-long-long-int-in-c-cpp/

https://www.geeksforgeeks.org/maximum-value-of-unsigned-long-long-int-in-c/

https://www.educba.com/binary-search-in-c