Pinned Loading
-
Warzone2100/warzone2100
Warzone2100/warzone2100 PublicCommand the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macO…
-
scylladb/scylladb
scylladb/scylladb PublicNoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB
-
scylladb/seastar
scylladb/seastar PublicHigh performance server-side application framework
-
facebookincubator/velox
facebookincubator/velox PublicA composable and fully extensible C++ execution engine library for data management systems.
-
apache/arrow
apache/arrow PublicApache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
274 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created a pull request in ValveSoftware/GameNetworkingSockets that received 5 comments
build: Fix compilation errors when building with Protobuf 29.0+
Starting from Protobuf 29.0, protobuf::Message::GetTypeName()
can return either std::string
or absl::string_view
, depending on Abseil build options.
…