並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 117件

新着順 人気順

languagesの検索結果1 - 40 件 / 117件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

languagesに関するエントリは117件あります。 programminggithubプログラミング などが関連タグです。 人気エントリには 『ゴーファーくんと辿るプログラミング言語の歴史/history-of-programming-languages-with-gopher』などがあります。
  • ゴーファーくんと辿るプログラミング言語の歴史/history-of-programming-languages-with-gopher

    若手向けに開催した勉強会の資料です。 一般的なアプリケーション開発をターゲットに、主要言語と歴史を解説しています。

      ゴーファーくんと辿るプログラミング言語の歴史/history-of-programming-languages-with-gopher
    • GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

      4 September 2023 - Version 1.7.1 Fix several compatibilities 25 May 2023 - Version 1.7.0 Add Apple Silicon support (thanks@rayeesoft and @ArtemBernatskyy, see PR) Fix several compatibilities 15 September 2022 - Version 1.6.2 Add CPU support for DBnet DBnet will only be compiled when users initialize DBnet detector. 1 September 2022 - Version 1.6.1 Fix DBnet path bug for Windows Add new built-in mo

        GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
      • Concurrency in modern programming languages: Rust vs Go vs Java vs Node.js vs Deno vs .NET 6

        This is part of my "Concurrency in Modern Programming Languages" series Concurrency in modern programming languages: IntroductionConcurrency in modern programming languages: RustConcurrency in modern programming languages: GolangConcurrency in modern programming languages: JavaScript on NodeJSConcurrency in modern programming languages: TypeScript on DenoConcurrency in modern programming languages

          Concurrency in modern programming languages: Rust vs Go vs Java vs Node.js vs Deno vs .NET 6
        • PPLサマースクール2021 「JavaScript処理系とChromeブラウザの実装技術」 - 日本ソフトウェア科学会 プログラミング論研究会 (JSSST-SIGPPL) (Special Interest Group on Programming and Programming Languages)

          ニュース † Web ページを公開しました (6/29) 無事終了しました。講演資料へのリンクを追記しました (9/1) ↑ 概要 † JavaScript は世界でもっとも利用されている重要なプログラミング言語の一つであり、ウェブブラウザで利用可能なほぼ唯一のプログラミング言語という特徴から、ウェブアプリケーション開発で広く利用されています。 この重要性から、JavaScript処理系の性能改善に関する研究開発が活発に行われてきました。JavaScriptの性能改善は、動的な言語ながらの困難さも知られています。今年のサマースクールでは、鵜川さん(東京大学)にJavaScriptの実装技術について、その困難さをどう克服するか、基本的なところからご紹介いただきます。 JavaScriptを動作させるソフトウェアとして、Google が開発を主導するV8処理系、およびそれを利用するGoogle

          • 5年間で12ヵ国語を習得したインフルエンサーが「外国語学習」で手放せない「メインツール」(Kazu Languages) @moneygendai

            SNS総登録者数200万人の人気インフルエンサーで、初の著書『ゼロから12ヵ国語マスターした私の最強の外国語習得法』が話題のKazu Languages氏。日本で生まれ育ちながら、5年間で12ヵ国語を習得した同氏が、教科書からアプリまで、外国語学習の心強い相棒になる「メインツール」を紹介する。 初級者におすすめの実践的な教科書 本稿では、外国語学習の心強い相棒になる、おすすめの「メインツール」を紹介していきます。 *本稿で紹介する製品名などは一般に各社の登録商標または商標です。記事内では®、™マークは明記しておりません。 (1)『ニューエクスプレス』シリーズ 新しい言語を学ぶとき、私は後述のアプリ「Pimsleur」(ピンズラー)と、教材「Assimil」(アシミル)を主に使うのですが、いずれも解説言語が英語です。 このように「英語で外国語を学ぶこと」にハードルを感じている人には、まず、『

              5年間で12ヵ国語を習得したインフルエンサーが「外国語学習」で手放せない「メインツール」(Kazu Languages) @moneygendai
            • AWS Lambda battle 2021: performance comparison for all languages (cold and warm start)

              Let’s compare the performance of all supported runtimes + 2 custom runtimes (Rust and GraalVM). Will compare cold start and warm. Source code is here: https://github.com/Aleksandr-Filichkin/aws-lambda-runtimes-performance. It requires the minimum local setup(almost all is Dockerized) NodeJs (14.x)Python (3.9)Go(1.x)Ruby(2.7).Net(3.1)Java (11)Rust(1.54.0)GraalVM(21.2)Disclaimer:All benchmarks were

                AWS Lambda battle 2021: performance comparison for all languages (cold and warm start)
              • GitHub - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

                This repository contains the source code for Semgrep OSS (open-source software). Semgrep OSS is a fast, open-source, static analysis tool for searching code, finding bugs, and enforcing code standards at editor, commit, and CI time. Semgrep is a semantic grep for code: where grep "2" would only match the exact string 2, Semgrep would match x = 1; y = x + 1 when searching for 2. And it does this in

                  GitHub - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
                • Web-Dev-For-Beginners/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ja.md at main · microsoft/Web-Dev-For-Beginners

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    Web-Dev-For-Beginners/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ja.md at main · microsoft/Web-Dev-For-Beginners
                  • Swift Language Updates - Learn Languages 2021

                    Swift 5.5 の目玉は Concurrency (並行処理)関連の言語機能の追加です。 Swift 5.5 には Concurrency 以外にも細々としたアップデートはありますが、本トークでは Concurrency にフォーカスして紹介します。

                      Swift Language Updates - Learn Languages 2021
                    • myCompiler - An online IDE for C, C++, Java, Python, Go, NodeJS and other languages

                      Run your favourite programming languages online with myCompiler. Simple and easy to use IDE where you can edit, compile and run your code in the programming language of your choice

                        myCompiler - An online IDE for C, C++, Java, Python, Go, NodeJS and other languages
                      • Interesting Programming Languages

                        Interesting Programming Languages an opinionated collection of programming languages. Created: Feb 19, 2020 by Pradeep Gowda Updated: May 17, 2024 Tagged: programming-language An opinionated collection of programming languages. This is a list of what I consider interesting. Requests to add to this list are welcome, but there is no guarantee I’ll include them. As you can see many mainstream program

                        • UoPeopleでComparative Programming Languages(プログラミング言語比較論)を修了した - えんぴつぶろぐ

                          オンライン大学 University of the People でComparative Programming Languages (CS4402) を修了したのでその感想を書きます。 これまでのUoPeople関連の記事はこちら: UoPeople カテゴリーの記事一覧 - えんぴつぶろぐ はじめに プログラミング言語のパラダイムの変化を追いながら、命令型言語と非命令言語(関数型や論理型など)の特徴を学び比較を行うコースです。 各言語の歴史や特徴だけでなく、コンピューターシステムのアーキテクチャやコンパイルの仕組みなども触れるので、今までのCS系コースの総復習的な内容だと感じました。 #UoPeople プログラミング言語比較論(#CS2204)の感想。 言語の比較だけじゃなく今までのCS系コースの総復習的な内容だった。 ノイマンアーキテクチャ、チューリングチャーチ理論から始まるプロ

                            UoPeopleでComparative Programming Languages(プログラミング言語比較論)を修了した - えんぴつぶろぐ
                          • Triangulation supports agricultural spread of the Transeurasian languages - Nature

                            Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

                              Triangulation supports agricultural spread of the Transeurasian languages - Nature
                            • Memory Safe Languages in Android 13

                              The latest news and insights from Google on security and safety on the Internet

                                Memory Safe Languages in Android 13
                              • GitHub - pkivolowitz/asm_book: A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - pkivolowitz/asm_book: A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.
                                • GitHub - 1Password/typeshare: Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other languages for seamless FFI.

                                  One tool to rule the types, One tool to FFI them, One tool to parse your Rust, And in the darkness, compile them 💍 Do you like manually managing types that need to be passed through an FFI layer, so that your code doesn't archaically break at runtime? Be honest, nobody does. Typeshare is here to take that burden away from you! Leveraging the power of the serde library, Typeshare is a tool that co

                                    GitHub - 1Password/typeshare: Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other languages for seamless FFI.
                                  • Green Vs. Brown Programming Languages

                                    This article explores programming language preferences. You might prefer Earthly. It can streamline your build processes. Check it out. The Data The Stack Overflow Developer Survey1 results are a great source of information about how developers work. I was looking at the 2020 results for some ideas on what programming languages we should add to our documentation on containerized builds, and I noti

                                      Green Vs. Brown Programming Languages
                                    • Introducing speech-to-text, text-to-speech, and more for 1,100+ languages

                                      Introducing speech-to-text, text-to-speech, and more for 1,100+ languages Equipping machines with the ability to recognize and produce speech can make information accessible to many more people, including those who rely entirely on voice to access information. However, producing good-quality machine learning models for these tasks requires large amounts of labeled data — in this case, many thousan

                                        Introducing speech-to-text, text-to-speech, and more for 1,100+ languages
                                      • Programming languages endorsed for server-side use at Meta

                                        Supporting a programming language at Meta is a very careful and deliberate decision. We’re sharing our internal programming language guidance that helps our engineers and developers choose the best language for their projects. Rust is the latest addition to Meta’s list of supported server-side languages. At Meta, we use many different programming languages for a wide variety of platforms and use c

                                          Programming languages endorsed for server-side use at Meta
                                        • 5 Programming Languages That Are Probably Doomed

                                          5 Programming Languages That Are Probably Doomed by Nick Kolakowski Jul 29, 2019 5 min read Not all programming languages endure forever. In fact, even the most popular ones inevitably crumble away, as new generations of developers embrace other languages and frameworks they find easier to work with. In order to determine which programming languages are likely doomed in the medium- to long-term, w

                                            5 Programming Languages That Are Probably Doomed
                                          • NSA urges orgs to use memory-safe programming languages

                                            C/C++ on the bench, as US snoop HQ puts its trust in Rust, C#, Go, Java, Ruby, Swift The NSA has released guidance encouraging organizations to shift programming languages from the likes of C and C++ to memory-safe alternatives – namely C#, Rust, Go, Java, Ruby or Swift. "NSA recommends that organizations use memory safe languages when possible and bolster protection through code-hardening defense

                                              NSA urges orgs to use memory-safe programming languages
                                            • A new way to bring garbage collected programming languages efficiently to WebAssembly · V8

                                              A recent article on WebAssembly Garbage Collection (WasmGC) explains at a high level how the Garbage Collection (GC) proposal aims to better support GC languages in Wasm, which is very important given their popularity. In this article, we will get into the technical details of how GC languages such as Java, Kotlin, Dart, Python, and C# can be ported to Wasm. There are in fact two main approaches:

                                              • Zig, Rust, and other languages | notes.eatonphil.com

                                                Having worked a bit in Zig, Rust, Go and now C, I think there are a few common topics worth having a fresh conversation on: automatic memory management, the standard library, and explicit allocation. Zig is not a mature language. But it has made enough useful choices for a number of companies to invest in it and run it in production. The useful choices make Zig worth talking about. Go and Rust are

                                                • Exploring Seamless Rust Interop for Newer Languages, Part 1

                                                  Exploring Seamless Rust Interop for Newer Languages, Part 1 Languages like C++, Typescript, Kotlin, and Swift had a brilliant approach: they were created to harness an existing ecosystem of libraries from another pre-existing language. But that's easier said than done! Especially for newer languages focusing on memory safety and speed. 0 Luckily, newer languages can tap into C's ecosystem by addin

                                                  • GitHub - lovasoa/bad_json_parsers: Exposing problems in json parsers of several programming languages.

                                                    Many JSON parsers (and many parsers in general) use recursion to parse nested structures. This is very convenient while programming the parser, but it has consequences on what the parser can parse: indeed, the size of the call stack is usually limited to a value several orders of magnitude smaller than the available RAM, and this implies that a program with too many levels of recursion will fail.

                                                      GitHub - lovasoa/bad_json_parsers: Exposing problems in json parsers of several programming languages.
                                                    • Ranked: The 100 Most Spoken Languages Around the World

                                                      Mapped: The 10 U.S. States With the Lowest Real GDP Growth

                                                        Ranked: The 100 Most Spoken Languages Around the World
                                                      • GitHub - PaddlePaddle/PaddleOCR: Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server,

                                                        🔥PaddleOCR 算法模型挑战赛 火热开启!报名时间1/15-3/31,30万元奖金池!快来一展身手吧😎! 🔨2023.11 发布 PP-ChatOCRv2: 一个SDK,覆盖20+高频应用场景,支持5种文本图像智能分析能力和部署,包括通用场景关键信息抽取(快递单、营业执照和机动车行驶证等)、复杂文档场景关键信息抽取(解决生僻字、特殊标点、多页pdf、表格等难点问题)、通用OCR、文档场景专用OCR、通用表格识别。针对垂类业务场景,也支持模型训练、微调和Prompt优化。 🔥2023.8.7 发布 PaddleOCR release/2.7 发布PP-OCRv4,提供mobile和server两种模型 PP-OCRv4-mobile:速度可比情况下,中文场景效果相比于PP-OCRv3再提升4.5%,英文场景提升10%,80语种多语言模型平均识别准确率提升8%以上 PP-OCRv

                                                          GitHub - PaddlePaddle/PaddleOCR: Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server,
                                                        • Little Languages Are The Future Of Programming

                                                          I’ve become convinced that “little languages”—small languages designed to solve very specific problems—are the future of programming, particularly after reading Gabriella Gonzalez’s The end of history for programming and watching Alan Kay’s Programming and Scaling talk. You should go check them out because they’re both excellent, but if you stick around I’ll explain just what I mean by “little lan

                                                            Little Languages Are The Future Of Programming
                                                          • Weird Languages

                                                            August 2021 When people say that in their experience all programming languages are basically equivalent, they're making a statement not about languages but about the kind of programming they've done. 99.5% of programming consists of gluing together calls to library functions. All popular languages are equally good at this. So one can easily spend one's whole career operating in the intersection of

                                                            • Top 10 Programming Languages That Pay Handsome Salaries in 2020

                                                              Pursuing in programming languages has become one of the most career choices among tech professionals. Today, the demand and use of programming languages is showing a quite upward trend, making it a possible career option. To get started in this evolving field, choosing the right programming language will give aspirants an edge over others. They must try to learn the languages that are hot and popu

                                                                Top 10 Programming Languages That Pay Handsome Salaries in 2020
                                                              • Writing JavaScript tools in other languages – a new trend?

                                                                Writing JavaScript tools in other languages – a new trend? Recently, we have seen an uptick of JavaScript tools being written in languages other than JavaScript. This blog post lists a few examples and explains the appeal of not using JavaScript. Examples  # I asked on Twitter and these are a few of the examples that people mentioned: Build tools and compilers: esbuild – Go: JavaScript bundler and

                                                                • GitHub - MilovanTomasevic/Design-Patterns: Code examples of Design Patterns in various languages: C#, C++, Go, Java, JavaScript, Python, and Swift.

                                                                  Code examples of Design Patterns in various languages: C#, C++, Go, Java, JavaScript, Python, and Swift. License

                                                                    GitHub - MilovanTomasevic/Design-Patterns: Code examples of Design Patterns in various languages: C#, C++, Go, Java, JavaScript, Python, and Swift.
                                                                  • ast-grep | structural search/rewrite tool for many languages

                                                                    AST-GREPFind Code by Syntax ast-grep(sg) is a fast and polyglot tool for code structural search, lint, rewriting at large scale. Search and Rewriteast-grep is a code tool for structural search and replace. It is like syntax-aware grep/sed! You can write code patterns to locate and modify code, based on AST, in thousands of files, interactively. sg -p '$A && $A()' -r '$A?.()' Scan as Linterast-grep

                                                                    • Most Popular Programming Languages 1965 - 2022

                                                                      Updated timeline of the most popular programming languages since 1965 to 2022. Aggregation of multiple national surveys plus a world wide publications rate of occurrence. Popularity is defined by percentage of programmers with either proficiency in specific language or currently learning/mastering one. As always your feedback is welcome. ***** I am a first year PhD student, data geek and I love

                                                                        Most Popular Programming Languages 1965 - 2022
                                                                      • GitHub - nidhaloff/deep-translator: A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - nidhaloff/deep-translator: A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
                                                                        • Why Modern Alternative Languages Never Replace C/C++

                                                                          Photo by Craig Garner on Unsplash, edited with CanvaEvery CPU comes with a circuitry language called ISA (Instruction Set Architecture) Assembly. The ISA Assembly is a hardware language that consists of operations for basic data manipulation, mathematical calculations, and structured programming…

                                                                            Why Modern Alternative Languages Never Replace C/C++
                                                                          • C# or Java? TypeScript or JavaScript? Machine learning based classification of programming languages

                                                                            EngineeringProductC# or Java? TypeScript or JavaScript? Machine learning based classification of programming languagesTo make language detection more robust and maintainable in the long run, we developed a machine learning classifier named OctoLingua based on an Artificial Neural Network (ANN) architecture which can handle language predictions in tricky scenarios. GitHub hosts over 300 programming

                                                                              C# or Java? TypeScript or JavaScript? Machine learning based classification of programming languages
                                                                            • The Amazon Builders’ Library is Now Available in 16 Languages

                                                                              You can now read The Amazon Builders’ Library in 16 different languages: Arabic, Indonesian, German, Spanish, Italian, Portuguese, French, Vietnamese, Turkish, Russian, Thai, Japanese, Korean, Chinese Simplified, Chinese Traditional, and the original English. To change to your preferred language, select the language in the upper right hand corner of your screen. Additionally, you can download each

                                                                                The Amazon Builders’ Library is Now Available in 16 Languages
                                                                              • The top programming languages

                                                                                After nearly 30 years of Java, you might expect the language to be showing some signs of wear and tear, but nothing could be further from the truth. In 2022, developers used almost 500 primary languages to build software on GitHub. The changes in what languages developers are using underscore key shifts in how software is being built—and what kinds of software are being developed. JavaScript stays

                                                                                  The top programming languages
                                                                                • Automated Code Review on GitHub Actions with reviewdog for any languages/tools

                                                                                  From reviewdog v0.9.13, it now supports GitHub Actions integration. You can use github-pr-check reporter to report results to GitHub Check with GITHUB_TOKEN which is automatically generated in GitHub Actions. No need to create a bot account and personal access token anymore and no need to install reviewdog GitHub App too! - name: Setup reviewdog run: | mkdir -p $HOME/bin && curl -sfL https://raw.g

                                                                                    Automated Code Review on GitHub Actions with reviewdog for any languages/tools

                                                                                  新着記事