排序
Speed Up Your Python Codebases With C Extensions
Speed Up Your Python Codebases With C Extensions, Bring the speed of C to your Python programs Python, being both easy and powerful, has become one of the most popular programming ...
Custom endsWith and startsWith Functions
Custom endsWith and startsWith Functions,Originally published on February 22, 2022 at https://rivea0.github.io/blog When working with strings, there might come a time that you migh...
Static code analysis tool
Static code analysis tool,SoftaCheck is a static code analysis tool for C/C++, integrated with GitHub. Generate code documentation automatically with Doxygen. SoftaCheck automatica...
My first step into the world of developing.
My first step into the world of developing.,When I completed my high school in 2016, I thought about what next?. I had no ambitions, no dreams (actually I haven't thought about it ...
The Hascal Programming Language
The Hascal Programming Language,Hascal is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software. Features ...
How stupid is Matlab for loop?
How stupid is Matlab for loop?,Before I answer the question in the title, let look at how for loop in Python and C are expressed in human language Python v = [1, 2, 3, 4] for i in ...
The Peregrine programming language – A Python-like language that’s as fast as C.
The Peregrine programming language - A Python-like language that's as fast as C.,Hey guys! I'm Ethan, I'm one of 10 Peregrine developers. This post is gonna be about some updates w...
Averting resource leaks due to an exception/error(not only about try-with-resources!!!)
Averting resource leaks due to an exception/error(not only about try-with-resources!!!),I came across a project on Github (https://github.com/mabrarov/exception-safety), which desc...
What if Python Had This Ruby Feature?
What if Python Had This Ruby Feature?,In this post, I'll present how I changed Python to accept 'else-less' if expressions, similar to Ruby's 'inline if', also known as conditional...
Raspberry Pico: The Complete SDK Overview (Native C/C++, Arduino, MicroPython, CircuitPython)
Raspberry Pico: The Complete SDK Overview (Native C/C++, Arduino, MicroPython, CircuitPython),The Raspberry Pico, or shorthand Pico, is a new microcontroller from the Raspberry Pi ...
How to use “any” and “all” in Python
How to use 'any' and 'all' in Python,Credential: I do not know, but I, at least, am 4 years experienced; I am still learning C and Assembly. What is any and all in Python? By Pytho...
ARA CTF Final Round Binary Exploitation Write Up
ARA CTF Final Round Binary Exploitation Write Up,This is a challenge from the ARA CTF from ITS Indonesia. Really a great challenge of the final round, this is a heap challenge. Als...