並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 18 件 / 18件

新着順 人気順

Compiledの検索結果1 - 18 件 / 18件

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

Compiledに関するエントリは18件あります。 githubJavaScriptwork などが関連タグです。 人気エントリには 『Vim compiled to WebAssembly』などがあります。
  • Vim compiled to WebAssembly

    - Emscripten & WebAssembly night !! #8 - 30min - Demo: https://rhysd.github.io/vim.wasm/ - Repo: https://github.com/rhysd/vim.wasm - Event: https://emsn.connpass.com/event/136346/

      Vim compiled to WebAssembly
    • GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources

      Are there any obstacles I can remove for you? As your manager, what would you like me to stop, start, or continue doing? At what point in the past week were you most frustrated with or discouraged by your work? What can I do to help you manage that? Do you feel you’re getting enough feedback? Why/why not? Do you have any feedback for me? Do you think that you receive enough feedback? Is feedback h

        GitHub - VGraupera/1on1-questions: Mega list of 1 on 1 meeting questions compiled from a variety to sources
      • Python is a Compiled Language

        This blog post hopes to convince you that Python is a compiled language. And by “Python”, I don’t mean alternate versions of Python like PyPy, Mypyc, Numba, Cinder, or even Python-like programming languages like Cython, Codon, Mojo1—I mean the regular Python: CPython! The Python that is probably installed on your computer right now. The Python that you got when you searched “python” on Google and

        • GitHub - Ph0enixKM/Amber: 💎 Amber the programming language compiled to bash

          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 - Ph0enixKM/Amber: 💎 Amber the programming language compiled to bash
          • GitHub - Lissy93/personal-security-checklist: 🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024

            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 - Lissy93/personal-security-checklist: 🔒 A compiled checklist of 300+ tips for protecting digital security and privacy in 2024
            • GitHub - kleisauke/wasm-vips: libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.

              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 - kleisauke/wasm-vips: libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
              • GitHub - alantech/marsha: Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM

                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 - alantech/marsha: Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM
                • ABI Stability なのになぜ Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 というエラーが起こるのでしょうか?

                  そのライブラリのビルド設定において、Module Stabilityが有効になっていないからです。 Swift 5におけるABI Stabilityというのは2つのパートに分かれていて、1つはABI Stabilityでもう一つはModule Stabilityです。 ABI StabilityはSwift 5.0で実現されました。これは異なるバージョンのコンパイラから生成されたバイナリ同士を「リンクできる」というものです。 これにより、Standard Libraryをアプリごとに同梱する必要がなくなりました。 一方Module StabilityはSwift 5.1で実現されました。これは異なるバージョンのコンパイラから生成されたモジュール(≒フレームワーク、ライブラリ)を「インポートできる」というものです。 Swiftがフレームワーク、ライブラリを利用可能にする(=インポートする)た

                    ABI Stability なのになぜ Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 というエラーが起こるのでしょうか?
                  • Compiled | Compile time CSS-in-JS for React

                    A familiar and performant compile time CSS-in-JS library for React. /** @jsxImportSource @compiled/react */ import { css } from '@compiled/react'; const buttonStyles = css({ border: 'none', borderRadius: '3px', padding: '8px 10px', backgroundColor: '#6554C0', color: '#fff', fontWeight: 400, fontFamily: 'Arial', fontSize: '14px', '&:hover': { backgroundColor: '#8777D9', }, '&:active': { backgroundC

                    • GitHub - unjs/magic-regexp: A compiled-away, type-safe, readable RegExp alternative

                      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 - unjs/magic-regexp: A compiled-away, type-safe, readable RegExp alternative
                      • GitHub - macaron-css/macaron: Compiled-augmented typesafe CSS-in-JS with zero runtime, colocation, maximum safety and productivity

                        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 - macaron-css/macaron: Compiled-augmented typesafe CSS-in-JS with zero runtime, colocation, maximum safety and productivity
                        • Inspecting Just-in-Time Compiled JavaScript – Attack & Defense

                          The security implications of Just-in-Time (JIT) Compilers in browsers have been getting attention for the past decade and the references to more recent resources is too great to enumerate. While it’s not the only class of flaw in a browser, it is a common one; and diving deeply into it has a higher barrier to entry than, say, UXSS injection in the UI. This post is about lowering that barrier to en

                          • GitHub - atlassian-labs/compiled: A familiar and performant compile time CSS-in-JS library for React.

                            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 - atlassian-labs/compiled: A familiar and performant compile time CSS-in-JS library for React.
                            • GitHub - jnmaloney/WebGui: An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).

                              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 - jnmaloney/WebGui: An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
                              • Compiled Gpsbabel For Mac

                                Visiteurs depuis le 01/02/2019 : 6513 Connectés : 1 Record de connectés : 19 Compiled Gpsbabel For Mac DownloadThe possibilities of the GPSBabel for Mac The following list is a list of file extensions with which the GPSBabel for Mac can operate, both in terms of editing data in files, as well as their conversion. GPSBabel converts waypoints, tracks, and routes from one format to another, whether t

                                  Compiled Gpsbabel For Mac
                                • 米・Educopia Institute、米国におけるデジタルキュレーション及びデジタル保存の研修に関する調査プロジェクトの報告書“Sustaining Digital Curation and Preservation Training in the U.S.: Compiled Project Reports”を公表

                                    米・Educopia Institute、米国におけるデジタルキュレーション及びデジタル保存の研修に関する調査プロジェクトの報告書“Sustaining Digital Curation and Preservation Training in the U.S.: Compiled Project Reports”を公表
                                  • CentOS 6.x ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? 対策 - Qiita

                                    要旨 CentOS 6.x系でpyenvでPython 3.7異常をインストールしようとすると、エラーが起きてインストールできない場合の対応。 ちょっと危なっかしいので実際に行う時はテストサーバーなどで十分に検証してください。 事前確認 # yum install gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel -y # pyenv install -v 3.7.1 ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

                                      CentOS 6.x ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? 対策 - Qiita
                                    • Windows XP and Server 2003 compiled from leaked source code

                                      A Windows developer has successfully compiled both Windows XP and Windows Server 2003 from source code leaked online last week. Last week, a 43GB collection of Microsoft source code was released as a torrent on the 4chan forum. This collection included the source code for numerous Microsoft operating systems, including Windows XP SP1, Windows Server 2003, MS-DOS, Windows CE, and Windows NT. After

                                        Windows XP and Server 2003 compiled from leaked source code
                                      1

                                      新着記事