c++ 第67页
Speed Up Your Python Codebases With C Extensions-拾光赋

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 ...
kity的头像-拾光赋kity3年前
0225
Custom endsWith and startsWith Functions-拾光赋

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...
kity的头像-拾光赋kity3年前
0517
Static code analysis tool-拾光赋

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...
kity的头像-拾光赋kity3年前
0508
My first step into the world of developing.-拾光赋

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 ...
kity的头像-拾光赋kity3年前
03812
The Hascal Programming Language-拾光赋

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 ...
kity的头像-拾光赋kity3年前
03210
How stupid is Matlab for loop?-拾光赋

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 ...
kity的头像-拾光赋kity3年前
0246
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.

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...
kity的头像-拾光赋kity4年前
04411
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!!!)

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...
kity的头像-拾光赋kity4年前
0416
What if Python Had This Ruby Feature?-拾光赋

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...
kity的头像-拾光赋kity4年前
05113
Raspberry Pico: The Complete SDK Overview (Native C/C++, Arduino, MicroPython, CircuitPython)-拾光赋

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 ...
kity的头像-拾光赋kity4年前
0515
How to use

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...
kity的头像-拾光赋kity4年前
0518
ARA CTF Final Round Binary Exploitation Write Up-拾光赋

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...
kity的头像-拾光赋kity4年前
03315