progsbase
@progsbase
Followers
12
Following
1
Media
5
Statuses
34
Progsbase is a tool for programming in many programming languages at once. The progsbase website hosts a library of programs in the top programming languages.
Joined June 2018
What is a disk cache, and how dooes it work? That is covered in this video along with an implementation in progsbase. https://t.co/1M68Wu9XDP
0
1
1
This video introduces a useful set of building blocks for software architecture. https://t.co/Qt7ciLzz8Y
#softwarearchitecture #computerscience
0
1
1
This video explains disk combining, and goes through an implementation in progsbase. https://t.co/BUeIIfSqRC
0
1
1
This video explains disk partitioning, and goes through an implementation in progsbase. https://t.co/bIMJQTt1nH
0
1
2
This video explains load balancing, and goes through an implementation in progsbase. https://t.co/PJ4A8BHIRi
0
1
1
This tutorial shows how to develop progsbase code using IntelliJ IDEA. https://t.co/GZiQEy3dVn
0
1
1
With progsbase jobs, anyone in the world can solve programming tasks. Job creators post programming tasks with an automated definition-of-done. The first developer to submit a valid solution earns the reward. https://t.co/MWhqhNzg7K
#outsourcing #Jobs
0
0
0
Few consider the long time cost of using programming languages that are complex and difficult to understand. This article looks at the relation between features, usefulness and understandability of programming languages. https://t.co/9RO0rTf8DO
0
0
0
Progsbase is a "write once, run forever everywhere"-coding platform. Build timeless, highly reusable and robust libraries. It opens up new possibilities for specialization and division of labor in software development.
0
1
1
Global variables are still causing problems for IT projects in, what may be, surprising ways: https://t.co/PfxCyb0cHZ
#softwaredevelopment
0
1
0
This post tells about the struggle of upgrading a large code base from Python 2 to 3. Code written in a timeless way is protected from this, something that is possible with recent technology. https://t.co/4VIciGunWO
#Python #SoftwareEngineering
0
1
3
When will companies realize they need to focus on more timeless code? " Facebook, Instagram, and Dropbox have completed massive Python 3 migrations ... JPMorgan reportedly still has millions of lines of Python 2 code behind its Athena trading platform." https://t.co/20z2p8uO9h
zdnet.com
Python 2 may have reached end of life but, as planned, a last major version of 2.7 will be released in April 2020.
0
1
1
The Java 9 to 11 breaks backwards compatibility with Java 8, so a lot of code needs to be changed. https://t.co/xr3gKS2avW
theregister.com
: 'I want to explain why it was necessary'
0
1
0
Python 3 breaks backwards compatibility with Python 2, so a lot of code needs to be rewritten. https://t.co/CgOKmYo7tD
0
1
0
Computing and drawing cubic Bézier curves implemented. https://t.co/BkPYbl6sKJ
#opensource #programming #multilanguage
0
0
0
Computing and drawing quadratic Bézier curves implemented. These are used in most renderings of fonts. https://t.co/GAJHQl7V1a
#opensource #programming #multilanguage
0
0
0
Implemented Xiaolin Wu's Algorithm for Drawing Lines, now available in all 13 programming languages https://t.co/3KD001V1un
#graphics #2d #opensource
0
0
0
Several functions for log-normal distributions implemented, including Density, Probability, Quantile and Random. https://t.co/VKEec0sSfu
0
0
0
Several functions for Student's t-Distribution implemented, including Density, Probability, Quantile and Random. https://t.co/8xSG48hZMj
#Statistics #software #OpenSource
0
0
0
Several more advanced mathematical functions have been implemented, including the Gamma function, the Beta function, the Error function, the inverse Error function and the Hypergeometric function. https://t.co/sDHAjSdmjN
#maths #code
0
0
0