並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 40件

新着順 人気順

Schemeの検索結果1 - 40 件 / 40件

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

Schemeに関するエントリは40件あります。 ProgrammingcssRust などが関連タグです。 人気エントリには 『Far-right Twitter influencers first on Elon Musk’s monetization scheme』などがあります。
  • Far-right Twitter influencers first on Elon Musk’s monetization scheme

    Far-right Twitter influencers first on Elon Musk’s monetization schemeThe platform is paying high-profile creators, including Andrew Tate, thousands of dollars for posting to the app

      Far-right Twitter influencers first on Elon Musk’s monetization scheme
    • Recursion Schemeによるドドスコ問題の恐るべき解法 - Lambdaカクテル

      さる8月1日、計算機科学の根幹を揺るがすドドスコ問題が出題され、エンジニアたちは震撼した(意味: 面白問題が出たので、なるべくヘンテコな解法を使って己の技巧を誇示するためにエンジニアたちは競ってコードを書きはじめた)。 【問題】配列{"ドド","スコ"}からランダムに要素を標準出力し続け、『その並びが「ドドスコスコスコ」を3回繰り返したもの』に一致したときに「ラブ注入♡」と標準出力して終了するプログラムを作成せよ(配点:5点)— ((🐑++)) (@Sheeeeepla) 2022年8月1日 そこで、関数型テクニックをなんとかねじこんだ解法を作ったのでここに示す。 import higherkindness.droste.Coalgebra import higherkindness.droste.data.list.{ListF, ConsF, NilF} import higherk

        Recursion Schemeによるドドスコ問題の恐るべき解法 - Lambdaカクテル
      • Hender Scheme(エンダースキーマ)カウレザートートバッグ購入レビュー!大人にこそおすすめな逸品! - YMのメンズファッションリサーチ

        先日、Hender Scheme(エンダースキーマ)のカウレザーバッグ(トートバッグ)を購入したのでレビュー致します。 メンズの国内バッグブランドはなかなか選択肢が少ないのが現状ですが、(純粋なバッグブランドではないものの)エンダースキーマは拘りの詰まった素晴らしいブランド。是非最後までお付き合いください。 Hender Scheme(エンダースキーマ)とは 沿革 レザーブランドとして Hender Scheme(エンダースキーマ)カウバッグ(トートバッグ)レビュー シルエット レザー ディテール 使用イメージ Hender Sheme(エンダースキーマ)その他のアイテム シューズ バッグ 小物 まとめ Hender Scheme(エンダースキーマ)とは 沿革 出典:Hender Scheme(エンダースキーマ)など正規取り扱い店舗通販サイト | Auggie 先述したように、エンダースキ

          Hender Scheme(エンダースキーマ)カウレザートートバッグ購入レビュー!大人にこそおすすめな逸品! - YMのメンズファッションリサーチ
        • Node.js コアモジュールの import/require には `node` schemeがつけられる - from scratch

          Node.js アドベントカレンダーの 3 日目の記事です。空きを埋める形で始めました。 qiita.com www.codegrid.net CodeGrid でも書かせていただきましたが、 Node.js で ES Module / CommonJS を使ってコアライブラリのロードをする際、 node から始まる scheme を付けることが可能になっています。 nodejs.org // ESM import fs from "node:fs/promises"; // CJS const http = require("node:http"); これにはいくつかのメリットがあります。基本的につけておくことが望ましいです。 今回はメリットをいくつか紹介します。まだこれがデファクト・スタンダードになっている訳ではありませんが、これから付けてもらうように推奨していきたいと思います。 メリ

            Node.js コアモジュールの import/require には `node` schemeがつけられる - from scratch
          • Powerful Scheme interpreter in JavaScript | LIPS Scheme

            ;; &() is object literal used with quasiquote (let ((obj `&(:name "LIPS Scheme" :version ,lips.version))) ;; you can access JavaScript properties ;; with dot notation, print is display + newline (print (string-append obj.name " " obj.version)) ;; you can mix scheme and JavaScript (setTimeout (lambda () (alert (JSON.stringify obj))) 1000) #void) With LIPS you can mix Scheme and JavaScript. You can

              Powerful Scheme interpreter in JavaScript | LIPS Scheme
            • meta要素のname=color-schemeについて

              ダーク・モードへ適応するなら、フォーム関連要素の色も切り替えるよう、CSSを書くだろう。しかし、それだけでは、例えばテキストエリアで出てくるスクロールバーが明るいままなので、かなり浮いてしまう。meta要素でname=color-schemeを適切に設定すると、そういったスクロールバーの色も含めたあらゆるものの色を暗く(明るく)できる。 書き方は特に難しくない。ダーク・モードへ適応しようと、prefers-color-schemeメディア・クエリーを使って、明るい背景と暗い背景を切り替えるなら、以下のようにHTMLファイルのhead要素以下に書けばいい。viewportと似たようなものだ。 <meta name="color-scheme" content="light dark"> lightとdarkの順序は、逆でも意味は変わらない。これだけでユーザーのOSやブラウザーでのダーク・モー

                meta要素のname=color-schemeについて
              • CSSの新しい関数「color-scheme()」を使用すると、カスタム関数であらゆる型の値を設定できるようになります

                先日、CSSワーキンググループでCSSの新しい関数としてcolor-scheme()が追加され承認されました。ブラウザに実装されるのはまだ先ですが、この関数を使用すると、要素で使用されているカラースキームを取得でき、さらには@containerクエリとif()関数の両方で使用できます。 color-scheme()関数が使えるようになると、どのように便利なるかを紹介します。 A custom --light-dark() function in CSS that works with any type of value (not just colors!) in just 3 LOC by Bramus! 下記は各ポイントを意訳したものです。 ※当ブログでの翻訳記事は、元サイト様にライセンスを得て翻訳しています。 はじめに CSSのコード CSSのcolor-scheme()関数 はじめに

                  CSSの新しい関数「color-scheme()」を使用すると、カスタム関数であらゆる型の値を設定できるようになります
                • Why I'm Writing a Scheme Implementation in 2025 (The Answer is Async Rust)

                  Why I'm Writing a Scheme Implementation in 2025 (The Answer is Async Rust) by Matthew Plant This blog post is an introduction to scheme-rs. I really love Rust. I’ve been using it as my language of choice for about ten years now. I believe that it is a remarkably well designed language, and that includes the parts that are often most criticized, most notably async. But while I think that async Rust

                  • Design Scheme - Pepabo Design

                    ペパボデザインスキームとは ペパボのデザイナーがデザインする対象と、それらの構造を「ペパボデザインスキーム」図として定義しています。この図を活用し、誰の、どんな価値のために、何に対して、どんなデザインを行うのかを考え、実行しています。 具体的にデザインする対象は何か デザインは何を通して誰に届くのか デザインが人に届くと何が起こるのか

                      Design Scheme - Pepabo Design
                    • Scheme in the browser: A Hoot of a tale -- Spritely Institute

                      Scheme in the browser: A Hoot of a taleDave Thompson — October 10, 2023 Hey there, it’s been a while! We’re back to share some more exciting news about Guile Hoot, a WebAssembly toolchain and Scheme→WASM compiler. In our last post we demonstrated that the Guile Hoot toolchain can be used to assemble programs written in WebAssembly Text (WAT) format, which allowed us to develop for the WASM-4 fanta

                        Scheme in the browser: A Hoot of a tale -- Spritely Institute
                      • GitHub - mattwparas/steel: An embedded scheme interpreter in Rust

                        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 - mattwparas/steel: An embedded scheme interpreter in Rust
                        • GitHub - udem-dlteam/ribbit: A portable, compact and extensible Scheme implementation that is fully R4RS compliant. This includes closures, I/O, tail calls, first-class continuations and a Read Eval Print Loop (REPL). The R4RS Scheme REPL fits inside 6.5K

                          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 - udem-dlteam/ribbit: A portable, compact and extensible Scheme implementation that is fully R4RS compliant. This includes closures, I/O, tail calls, first-class continuations and a Read Eval Print Loop (REPL). The R4RS Scheme REPL fits inside 6.5K
                          • GitHub - jcubic/lips: Scheme based powerful lisp interpreter in JavaScript

                            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 - jcubic/lips: Scheme based powerful lisp interpreter in JavaScript
                            • A Scheme Primer

                              The following is a primer for the Scheme family of programming languages. It was originally written to aid newcomers to technology being developed at The Spritely Institute but is designed to be general enough to be readable by anyone who is interested in Scheme. This document is dual-licensed under Apache v2 and Creative Commons Attribution 4.0 International and its source is publicly available.

                              • Report: Spotify Targeted in Potential Fraud Scheme

                                We review vendors based on rigorous testing and research but also take into account your feedback and our affiliate commission with providers. Some providers are owned by our parent company. vpnMentor was established in 2014 to review VPN services and cover privacy-related stories. Today, our team of cybersecurity researchers, writers, and editors continues to help readers maintain their online fr

                                  Report: Spotify Targeted in Potential Fraud Scheme
                                • 9,000 Covid cases linked to Euro 2020 games in mass events scheme

                                  Such were the disparities in Covid infections between Euros crowds and those who attended Wimbledon, another test event, that government scientists have raised the idea of football fans being allowed to take drinks to their seats, as happens at the tennis championships, to avoid dense crowds gathering around bars. The study, jointly run by the culture department and Public Health England, found th

                                    9,000 Covid cases linked to Euro 2020 games in mass events scheme
                                  • color-scheme: light dark; を完全に理解する

                                    2025-02-21 Browser and UI #1

                                      color-scheme: light dark; を完全に理解する
                                    • color-scheme

                                      This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2022年1月⁩. Learn more See full compatibility Report feedback color-scheme は CSS のプロパティで、要素がどのような配色で快適に表示されるかを示すことができます。ユーザーエージェントは、使用されている配色に合わせて、 UI クロームの次の側面を変更します。 キャンバス表面の色。 スクロールバーやその他の操作 UI の既定の色。 フォームコントロールの既定の色。 その他のブラウザーで指定された UI の既定の色(たとえば、「スペルチェック」のアンダーラインなど)。 要

                                        color-scheme
                                      • Schemeによる第一不完全性定理の実装 - 未完成な論を綴るブログ

                                        『知の限界』という本を買ったら第一不完全性定理をLispで実装する方法が載っていた。しかし、そのコードはSchemeでは動かないように思えたので、Schemeで実装をしてみた。不完全性定理では、コード中の引数に自身のコード渡して、自己言及的なゲーデル文Gを構成して証明するのだが、S式はコードもただのデータなので、こういうことが出来るのかと感心した。本書では、第一不完全性定理以外にも、不動点や停止問題のLisp実装も示されており、それらはここで示すコードと本書を読めばSchemeで実装可能に思う。 ただし、本書は面白いが、第一不完全性定理の説明などはほとんどないため、そもそも第一不完全性定理を知らない場合は、理解するのは難しそうではある。 知の限界[復刻改装版] (00) 作者:グレゴリー・J・チャイティンエスアイビー・アクセスAmazon Schemeによる再実装 Schemeで再実装した

                                          Schemeによる第一不完全性定理の実装 - 未完成な論を綴るブログ
                                        • Gauche - A Scheme Implementation

                                          Gauche(ゴーシュ)は、スクリプトインタプリタとしての使い易さに重点を置いて 開発を行っているR7RS準拠のScheme処理系です。日常業務の中でのちょっとした処理を行う スクリプトを気軽にSchemeで書きたいなあ、という願望のもとに、 起動が速いこと、システムへのアクセスが組み込まれていること、 最初から多国語対応を考慮していること、 リスト処理ライブラリとして他のC/C++プログラムから簡単にリンク可能であること、 などを目標としています。 Gaucheは多くのUnix系プラットフォーム およびWindows上で動作します。 実装されている機能の概要については、 機能のページをご覧ください。 News 詳しい変更はChangeLogをどうぞ。 また、最新の開発状況はGitリポジトリで知ることができます。 2024/9/3 最新の開発版ソースから毎日作られる"bleeding-ed

                                          • 【時事英語】“CopenPay scheme”ってどういう意味? | ニュースの「キーワード」で語彙力を身につける

                                            最新のニュースに登場した時事英語を紹介するこのコーナーでは、世界のニュースに出てくるキーワードを学ぶと同時に、ビジネスの場や日常会話のなかでも役立つ単語やフレーズを取り上げていきます。1日1フレーズずつクイズ感覚で学び、英語に触れる習慣をつくっていきましょう。語彙力の向上には、日々の積み重ねが大事です。 今日の時事英語 2024年8月13日(火)の英「ガーディアン」紙に次の一文がありました。 The CopenPay scheme has been designed to encourage visitors to act a bit more responsibly and think about their impact on the environment during trips to the Danish capital.

                                              【時事英語】“CopenPay scheme”ってどういう意味? | ニュースの「キーワード」で語彙力を身につける
                                            • Embedding Scheme in Rust

                                              Embedding Scheme in Rust Rust, as a compiled language, makes it challenging to modify the behavior of programs dynamically. In this article, we embed a small Scheme interpreter called Stak Scheme in Rust to dynamically change the behavior of a program without stopping the process. You can find the following codes in this article at the examples/hot-reload directory in the Stak Scheme repository. T

                                              • GitHub - dofuuz/dimidium: A terminal color scheme crafted with science

                                                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 - dofuuz/dimidium: A terminal color scheme crafted with science
                                                • Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration! — Spritely Institute

                                                  Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration!Christine Lemmer-Webber — May 30, 2023 It's been just over three months since we announced the Guile on WebAssembly project (codenamed Hoot). Since then we've brought on two fantastic hackers to develop the project and progress has been quick. We now are at the point where we have things to show: we can now compile various Sch

                                                    Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration! — Spritely Institute
                                                  • Hoot: Scheme on WebAssembly — Spritely Institute

                                                    Hoot is a Spritely project for running Scheme code on Wasm GC-capable web browsers, featuring a Scheme to Wasm compiler and a full-featured Wasm toolchain. Hoot is built on Guile and has no additional dependencies. The toolchain is self-contained and even features a Wasm interpreter for testing Hoot binaries without leaving the Guile REPL. Try Hoot! Get Hoot! The latest release is v0.6.1. (signatu

                                                      Hoot: Scheme on WebAssembly — Spritely Institute
                                                    • How WASD became the standard PC control scheme

                                                      MOBA League of Legends is getting its first major control scheme change in 16 years: the option to use WASD to 'get new players to the fun parts of League faster and with less friction' FPS Warren Spector was so desperate to make Deus Ex that it almost became a Command & Conquer RPG: 'I was going to find a way to make it one way or another, even if it meant making another damn sci-fi game!'

                                                        How WASD became the standard PC control scheme
                                                      • Cirkoban: Sokoban meets cellular automata written in Scheme — Spritely Institute

                                                        Cirkoban: Sokoban meets cellular automata written in SchemeDave Thompson — June 3, 2024 Last week, we released a small puzzle game called Cirkoban. Cirkoban is the very first publicly accessible application developed by Spritely that features the Goblins distributed programming library running in web browsers. We bet big on Hoot, our Scheme-to-WebAssembly compiler, a little over a year ago in orde

                                                          Cirkoban: Sokoban meets cellular automata written in Scheme — Spritely Institute
                                                        • GitHub - Himenon/openapi-typescript-code-generator: TypeScript code generator via OpenAPI scheme.

                                                          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 - Himenon/openapi-typescript-code-generator: TypeScript code generator via OpenAPI scheme.
                                                          • Scheme in Scheme on Wasm in the browser — Spritely Institute

                                                            Scheme in Scheme on Wasm in the browserDave Thompson — December 15, 2023 Hey, folks! Today we want to talk about the wonderful read-eval-print-loop (REPL). Thanks to WebAssembly (Wasm), it's becoming increasingly common for programming language websites to embed a REPL in which passersby can easily evaluate code and get a feel for the language without having to install anything on their computer.

                                                              Scheme in Scheme on Wasm in the browser — Spritely Institute
                                                            • Common Lisp ユーザへのScheme紹介

                                                              [Java Day Tokyo 2018]50分で最新技術学習の基礎を身につける(SOMPO Systems Daisuke Nishino)

                                                                Common Lisp ユーザへのScheme紹介
                                                              • Scheme to the Spec Part I: Concurrent Cycle Collection

                                                                Scheme to the Spec Part I: Concurrent Cycle Collection by Matthew Plant Scheme to the Spec (in Async Rust) Scheme to the Spec is a series on the more complex, often overlooked aspects of programming language implementation. In this series we will dive deep into my work-in-progress implementation of R6RS scheme, scheme-rs, an implementation designed to integrate seamlessly with the async-rust ecosy

                                                                • TypeScriptで型レベルScheme

                                                                  TypeScriptの型システムでSchemeインタプリタを作りました。 リポジトリ Playground できること 趣味のために作ったので実用性は全く考えていませんが、type-challengesをいくつか解くくらいはできます。 Reverse(難易度:Medium) import type { Scheme } from "ts-type-level-scheme"; type Reverse<array extends unknown[]> = [ "begin", [ "define", ["reverse", "rest", "result"], [ "if", ["null?", "rest"], "result", ["reverse", ["cdr", "rest"], ["cons", ["car", "rest"], "result"]] ] ], ["revers

                                                                    TypeScriptで型レベルScheme
                                                                  • yescrypt - scalable KDF and password hashing scheme

                                                                    Password authentication for web and mobile apps (e-book) yescrypt - scalable KDF and password hashing scheme yescrypt is a password-based key derivation function (KDF) and password hashing scheme. It builds upon Colin Percival's scrypt. This implementation is able to compute native yescrypt hashes as well as classic scrypt. For a related proof-of-work (PoW) scheme, see yespower instead. Download t

                                                                    • プログラミング言語 Scheme の解説

                                                                       プログラミング言語 Scheme の解説 規格 プログラミング言語 Scheme の規格は Revisedn Report on Algorithmic Language Scheme と呼ばれる文書で提供されている。 略して RnRS と記述されることが多い。 n の箇所は版の番号が入り、例えば現時点の最新版であれば R7RS ということになる。 その他、公式な規格とは別に SRFI や ERR5RS がある。 これから入門する人にとっては最新規格である R7RS を参考にすればよさそうに思えるが、現実的なプログラミングにはやや機能が不足すると考えられる。 一方で、大き目な規格であった R6RS は主要な Scheme 処理系作者が賛成しなかった経緯があるなどしてあまり歓迎されていない様子がうかがえる。 また、 SRFI が各規格と矛盾する場合などもあり、単純ではない。 一部の処理系

                                                                        プログラミング言語 Scheme の解説
                                                                      • GitHub - WICG/web-preferences-api: The Web Preference API aims to provide a way for sites to override the value for a given user preference (e.g. color-scheme preference) in a way that fully integrates with existing Web APIs.

                                                                        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 - WICG/web-preferences-api: The Web Preference API aims to provide a way for sites to override the value for a given user preference (e.g. color-scheme preference) in a way that fully integrates with existing Web APIs.
                                                                        • GitHub - sainnhe/everforest: 🌲 Comfortable & Pleasant Color Scheme for Vim

                                                                          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 - sainnhe/everforest: 🌲 Comfortable & Pleasant Color Scheme for Vim
                                                                          • scheme verge

                                                                            scheme verge株式会社は、「Reinventing cities(都市を再発明する)」をミッションに活動するテクノロジースタートアップです。「地域でのビジネスがスマートシティの舞台に」をビジョンに、地域の潜在的な資源と顧客を結びつけるプラットフォーム「Horai(ホーライ)」を開発・活用し、各地のパートナーとデータ・ドリブンな課題解決を推進しています。

                                                                              scheme verge
                                                                            • 色々な言語でrange関数的な処理の書き方[Python,C++,D,C#,JS,VB,HSP,Lisp,Scheme,Clojure] - Qiita

                                                                              Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                                                                色々な言語でrange関数的な処理の書き方[Python,C++,D,C#,JS,VB,HSP,Lisp,Scheme,Clojure] - Qiita
                                                                              • Pre-Scheme

                                                                                NewsProjectsReferencesRoadmapPre-Scheme is a statically typed dialect of the Scheme programming language, combining the flexibility of Scheme with the efficiency and low-level machine access of C. The compiler uses type inference, partial evaluation, and other correctness-preserving transformations to compile a subset of Scheme into C with no additional runtime overhead. This makes Pre-Scheme a vi

                                                                                • LIPS: Scheme based Lisp interpreter in JavaScript | Hacker News

                                                                                  Looks great, however note that it doesn't do tail calls, which are required on conforming implementations. I suspect it does tail calls on Safari as Safari is the ONLY browser to completely implement ES6+ and implement proper tail calls (I'd note that it's not the only ES6+ compliant implementation, but most of the rest are aimed at microcontrollers or embedding). Huh, that in turn means that - se

                                                                                  1

                                                                                  新着記事