- 👋 Hi, I’m @sailaopoeng
- 👀 I’m interested in software development
- 🌱 I’m currently learning Python
- 💞️ I’m looking to collaborate on javascript and python
- 📫 How to reach me : https://www.linkedin.com/in/sailaopoeng/
Pinned Loading
-
Little Endian in Javascript
Little Endian in Javascript 1function littleEndian(v){
2var s = v.toString(16); // translate to hexadecimal notation
3s = s.replace(/^(.(..)*)$/, "0$1"); // add a leading zero if needed
4var b = s.match(/../g); // split number in groups of two
5b.reverse(); // reverse the groups
-
-
-
-
my_string_utils
my_string_utils PublicString Utilities I frequently use. Build with React
JavaScript
-
UnixTimeConverter
UnixTimeConverter PublicFun project to convert between unix time and human readable time in C#
C#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.