File extensions
Category "code": 13 results
- .ccode
C language source from 1972. Foundation of the Linux kernel, all major databases, and countless system programs.
- .cppcode
C++ source. Still dominant in operating systems, game engines, finance, and embedded work where performance matters.
- .gocode
Source for Google's Go language. Known for lightweight goroutine concurrency and statically-linked single-binary output.
- .hcode
A C or C++ header file. Declares types, function prototypes, and macros pulled into other sources via `#include`.
- .javacode
Source for the Java language. Compiles to `.class` bytecode that runs on the JVM.
- .ktcode
JetBrains' JVM language. Google's preferred language for Android and a more concise alternative to Java on the JVM.
- .phpcode
Server-side PHP source. Powers a huge slice of the web via WordPress, Laravel, and classic LAMP stacks.
- .pycode
Python source code. Ubiquitous in data analysis, ML, automation, and backends — runs on every mainstream OS.
- .rbcode
Source for Ruby, Yukihiro Matsumoto's dynamic scripting language. Rails brought it into the web-development mainstream.
- .rscode
Source for the Rust systems language — memory safety without a garbage collector, powering web backends, CLIs, and even kernels.
- .sqlcode
A text file of SQL statements — queries, DDL, DML — used for backups, migrations, and ad-hoc analysis.
- .swiftcode
Source for Apple's modern Swift language. First-choice for iOS, macOS, watchOS, and tvOS apps.
- .tscode
Microsoft's typed superset of JavaScript. The de-facto standard for serious front-end and Node.js projects.