並び順

ブックマーク数

期間指定

  • から
  • まで

521 - 560 件 / 1603件

新着順 人気順

Commonの検索結果521 - 560 件 / 1603件

  • Switching from Common Lisp to Julia

    I have written this post for developers in the Common Lisp community who asked why I am switching to Julia. It may only be relevant for the small set of people who use Common Lisp for scientific computing. I used Common Lisp for scientific computing for a while, from 2008 to about 2015, in combination with R and C++. This choice may surprise people who don't know about projects like Maxima or FEML

    • GitHub - blakeembrey/code-problems: Common code and interview problems solved in multiple 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 - blakeembrey/code-problems: Common code and interview problems solved in multiple languages
      • Common Crawl - Blog - New Crawl Data Available!

        We are very please to announce that new crawl data is now available! The data was collected in 2013, contains approximately 2 billion web pages and is 102TB in size (uncompressed). We are very please to announce that new crawl data is now available! The data was collected in 2013, contains approximately 2 billion web pages and is 102TB in size (uncompressed). We’ve made some changes to the data fo

          Common Crawl - Blog - New Crawl Data Available!
        • CWE - Common Weakness Enumeration

          This list identifies the top ten CWEs in the Cybersecurity and Infrastructure Security Agency’s (CISA) “Known Exploited Vulnerabilities (KEV) Catalog,” a database of security flaws in software applications that have been exposed and leveraged by attackers. Our analysis/key insights about the list are available here, and our methodology for creating the list is here.

          • Common Lispの環境を作る - komagataのブログ

            会社のブログがCommon Lispで書かれたAllegroServeになったので更新するにはCommon Lispが書ける必要がある。 g000001さんに初心者におすすめの環境を教えてもらったので設定しました。 どうやらLispは起源が古いのでUNIX文化とはかなり違うらしい。そこがとても面白く感じました。 時間の起点が1900年 言語というより環境(イメージ的にはLispというOSをUNIX上で動かしてそれと通信する感じ?) 処理系のインストール Lispの実装(処理系)はたくさんあるようですが、SBCLというのがネイティブバイナリを実行するので速く、オープンソースで人気があるそうです。(ポータブルなバイトコードを実行するCLISPというのも人気があるみたいです) % port variants sbcl sbcl has the variants: powerpc: Platfor

            • The Common Gateway Interface (CGI) Version 1.1

              • なぜ Common Lisp は楽しいのか - Aizu Advent Calendar 2014 - やろーじだい

                この投稿は Aizu Advent Calendar 2014 の 12 日目の記事です。 次の人 @kanm_in 前の人 @1ouis 初めに Advent Calendar の説明通りに好きなことについて書いたら完全にきつい感じのポエムになりました。 ですます調がくどかったので、だである調に修正しました。 動機 私はプログラミングが苦手でできない。ある程度でも形にできたものは数少なく、Github に唯一公開している2つ小さいプログラムは CL(Common Lisp) で書かれている。つまり CL は私のなかではなんとか形にするまでプログラムを書ける言語で、触ったなかでは一番に楽しいと感じた言語だった。なぜなんとか形にすることができ、なぜ楽しい感じたのか考えてみた。 なぜか マルチパラダイム言語ということ 私はこの言語が人生で触った初めての関数型プログラミングをサポートしている言語

                  なぜ Common Lisp は楽しいのか - Aizu Advent Calendar 2014 - やろーじだい
                • common room in a t-shirt that isn't mine - NASA - Forum

                  Trump ‘safe’ after shooting at campaign rally in Pennsylvania; one spectator and suspected gunman killed John Cole, Kim Lyons and Ian Karbal, States Newsroom12 hours ago

                  • HiveQL で Common Table Expressions (CTE a.k.a. WITH 句) を利用する際に注意すべきこと

                    HiveQL 弱者が Hive における WITH 句の実装を知らずに利用したら痛い目に遭いそうになったので、メモを遺しておきます。 はじめに SQL でサブクエリが多段になったり FROM 句で UNION ALL する類のちょっと複雑な集計クエリを書こうとしたときに、WITH 句で同じようなサブクエリをひと纏めにし、あたかもテンポラリテーブルのように扱ってクエリの見通しを良くしたり、(RDBMS にもよりますが) あわよくばクエリのパフォーマンス改善も狙う、なんてのはよくあることだと思います。 さて HiveQL では WITH 句をサポートしているのか? というと、HIVE-1180 を参照するに、Hive 0.13.0 より対応しているようです。利用方法は こちら にあるとおりで、SQL の WITH 句と大差ないことがわかります。 ただ、Hive における CTE の実装を理解し

                    • 「Common Lisp と 人工知能プログラミング[上] 」を出版しました : セマンティックウェブ・ダイアリー

                      一部の方々にはお待たせいたしましたが,この度「Common Lisp と 人工知能プログラミング」の上巻を出版しました.この本は電子書籍です.上巻はCommon Lisp のプログラミングについてで,下巻が人工知能プログラムの説明になります.内容の概要は序文を本のサイトに掲げましたので,ご一読のうえ是非お買い上げをお願いいたします. いまだに,日に何人かはこのブログにたどりついて Common Lisp 関連記事を読む新しい方がいらっしゃいます.また,再訪される方もいらっしゃいます.Common Lisp と 人工知能プログラミング[上]はこのブログ記事のCommon Lisp関係の記事をまとめて書き直し,さらに発展させたものですので,このブログ記事を少しでも参考になると思われたかたは是非購入をお勧めいたします. 本の購入サイトはこちらになります.

                        「Common Lisp と 人工知能プログラミング[上] 」を出版しました : セマンティックウェブ・ダイアリー
                      • Common Lisp で HTML のテンプレートエンジンを作るなら

                        リードテーブルをいじくりまわして、リーダで実装だよね。 そうすれば html を load したり、 compile-file で fasl にコンパイルできる。 全て S 式で書きたとろだけど、それはデザイナーさんに優しくないので、 ERB 形式で次のように書けるようにする。 <h2>パッケージリスト</h2> <h3>loop で</h3> <ul> <% (loop for i in (list-all-packages) do %> <li><%= (package-name i) %></li><% ) %> </ul> <h3>map で</h3> <ol> <% (mapcar (lambda (x) %><li><%= (package-name x) %></li> <% ) (list-all-packages)) %> </ol> S 式の途中で HTML に戻れるの

                        • Common Math Symbols in HTML, XML, TeX, and Unicode

                          Hex forms The hex representation of a character in HTML is the Unicode value in hex with &# added on the left and ; on the right. For example, the symbol ∞ can be written &infin; or &#x221E; based on its Unicode value x221E. Internet Explorer 4.01 did not support hex representations, but all newer browsers do. Most HTML entities are not legal in XML. You must use the hex representations instead. N

                            Common Math Symbols in HTML, XML, TeX, and Unicode
                          • GitHub - twitter/twitter-cldr-rb: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.

                            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 - twitter/twitter-cldr-rb: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
                            • Entrepreneurs See a Web Guided by Common Sense (Published 2006)

                              SAN FRANCISCO, Nov. 11 � From the billions of documents that form the World Wide Web and the links that weave them together, computer scientists and a growing collection of start-up companies are finding new ways to mine human intelligence. Their goal is to add a layer of meaning on top of the existing Web that would make it less of a catalog and more of a guide � and even provide the foundation f

                                Entrepreneurs See a Web Guided by Common Sense (Published 2006)
                              • The Most Common Last Name in Every Country - NetCredit Blog

                                “What’s in a name?”[1] When a pining Juliet made her famous speech in Romeo and Juliet, she may have been thinking of the field of onomastics. Onomastics is the branch of linguistics that deals with the study of names. The origins and usage of our surnames reveal extraordinary insights into the history and culture of different societies. According to legend, surnames were first used in China in 28

                                  The Most Common Last Name in Every Country - NetCredit Blog
                                • 無料でオラクル10g!(Oracle Express Edition 10g)をパーソナルユースでインストール(導入)と表の作成+索引追加からSQL検索まで(CSE: Common SQL Environmentも使用)超簡単入門解説

                                  This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

                                  • The Portacle Common Lisp Development Environment

                                    What This Is Portacle is a complete IDE for Common Lisp that you can take with you on a USB stick. It is multi-platform and can be run on Windows, OS X, and Linux. Since it does not require any complicated installation process, it is set up and running in no time. It lends itself very well both to absolute beginners of Lisp that just need a good starting point, as well as advanced users that want

                                    • 今年は健康志向強化する?!「Green Common」でなら色々食材揃っちゃう♪ - 香港住んでみたら、意外と良かったんですけど・・・

                                      香港の人たちは、とても健康に気を使っていると感じます。 昔からの習慣や文化がそうさせていることも 多々ありますが、 意識が高い方も多いような印象を受けます。 (もちろん人によると思いますが・・・) 漢方を習慣的に取り入れていることだったり、 冷たいものはなるべく飲まず 常温や温かいものを飲むようにしていたり、 朝早くから外に出て散歩や太極拳をやっていたり。 だから香港の平均寿命が 日本と一、二を争うほど高いんだな~と思う光景を しょっちゅう見かけます。 今日ご紹介するのは、 きっと健康志向の強い、意識高い系の人に 人気がありそうなお店です。 自分はそういうタイプではないので 全く気にも留めていなかったのですが、 ちょっと覗いてみたら興味深かったので ご紹介したいと思います。 Green Common ※店舗の詳細情報は、記事の一番下にあります。 香港内に現在10店舗展開しています。 レスト

                                        今年は健康志向強化する?!「Green Common」でなら色々食材揃っちゃう♪ - 香港住んでみたら、意外と良かったんですけど・・・
                                      • AWS Lambda の Custom Runtime として Common Lisp (sbcl) を使う - y2q_actionman’s ゴミクズチラ裏

                                        この文章は、 lisp Advent Calendar 2018 - Qiita の 12/6 分の記事として書かれました。 表題の通りです。色々書いたり、気の利いたことをやろうと思ったのですが、今日 (12/6) は疲れた&時間がないのでこんな感じで・・ 参考にしました Custom Runtime を Lisp で書く。 Custom Runtime をビルドして登録 Docker でビルド環境を作る ビルドしてバイナリを作る できた Custom Runtime を Layer として AWS Lambda に登録 AWS Lambda 関数を作る 最低限のものを作る Lisp コードを Load させる 既知の問題 成果物 感想 参考にしました Custom AWS Lambda Runtimes - AWS Lambda Tutorial – Publishing a Custo

                                          AWS Lambda の Custom Runtime として Common Lisp (sbcl) を使う - y2q_actionman’s ゴミクズチラ裏
                                        • GitHub - facebook/wangle: Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

                                          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 - facebook/wangle: Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
                                          • Common Lispのお宅拝見: CMU Common Lisp篇 — #:g1

                                            • Common Rails Idioms that Kill Database Performance

                                              Many of the most common ActiveRecord idioms produce SQL which doesn't scale well as your dataset gets larger. In this article I discuss three of the worst offenders and offer work-arounds. I remember the first time I saw rails' ActiveRecord. It was a revelation. This was back in 2005 and I was hand-coding SQL queries for a PHP app. Suddenly, using the database went from being a tedious chore, to b

                                                Common Rails Idioms that Kill Database Performance
                                              • The Common Lisp Cookbook - Using the Win32 API

                                                Contents Introduction and Scope Why Use Lisp with Win32? A (Very) Brief Overview of a Win32 Program's Life Windows Character Systems and Lisp FLI - The Foreign Language Interface Translating C Header Files to Lisp FLI Data Types FLI Data Structures FLI Functions Callbacks from Windows to Lisp Starting the Program The Lisp REPL and Win32 Development Making Direct Win32 Calls from CAPI Interfacing t

                                                • 5 Common Terraform Patterns—Evolving Your Infrastructure with Terraform

                                                  Sign up for freeGet started in minutes with our cloud products TerraformInfrastructure as code provisioning​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍​‌‌​‌‌​‌​​‌​​‍‍​‍​‍‌‍‍​‌‍​‌‌​‌‍‍​‌‍‍‌‌‍​‌‍‌​‍‌​​​‍‍‌‍​‌‌‍‌​‌‍‌‌‍‍‌‌‍‍​‍‍‌‍‌​‌‍​‌‌‌​‌‍‌‍​‌‍‌‌​​‍‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​‌

                                                    5 Common Terraform Patterns—Evolving Your Infrastructure with Terraform
                                                  • GitHub - froggey/Iota: LLVM to Common Lisp transpiler.

                                                    Iota is an LLVM to CL transpiler, similar to emscripten. It converts LLVM bitcode to safe, portable Common Lisp code. Quick Start ----- # You'll probably want to make this available as a quicklisp local project. # Optional, for parallel builds export MAKEFLAGS=-j2 # Clone the LLVM/Clang repos. ./fetch-llvm.sh # Build LLVM, Clang, and the translator. # This will take a long time unless you have a b

                                                      GitHub - froggey/Iota: LLVM to Common Lisp transpiler.
                                                    • 2018年のCommon Lispはこれだ! - Qiita

                                                      2018年のCommon Lispのこれだ!というものを列挙する試みです。 現在、 2018年のCommon Lispへの手引きはこれだ! : A Road to Common Lisp 2018年のCommon Lispの処理系はこれだ! : SBCL 2017年のCommon LispのGPGPUライブラリはこれだ!: cl-cuda 2018年のCommon Lispの開発環境はこれだ! : SLIME 2018年のCommon Lispのライブラリ管理はこれだ! : Quicklisp 2018年のCommon Lispの定番ライブラリはこれだ! : alexandria 2018年のCommon Lispのドキュメントはここだ! 2018年のCommon Lispのコーディングスタイルはこれだ! : Google Common Lisp スタイルガイド 2018年のCommon

                                                        2018年のCommon Lispはこれだ! - Qiita
                                                      • Common Lisp: A Gentle Introduction to Symbolic Computation

                                                        This book, with minor revisions, is back in print from Dover Publications and can be purchased in paperback form at Amazon.com, Barnes & Noble, etc. An e-book version will be released in late February, 2013. Free software accompanying the book is also available. This 1990 edition may be distributed in hardcopy form, for non-profit educational purposes, provided that no fee is charged to the recipi

                                                        • Maxima/Common Lisp処理系の選択 - Wikibooks

                                                          Maxima > Common Lisp処理系の選択 Common Lisp処理系の選択[編集] Maximaを利用するにはCommon Lisp処理系を先にインストールしなければならない。そのCommon Lisp処理系はどのようなものがあるのかを以下に示す。現在Maximaで使えるのは6つの処理系である。一部これらの処理系は、linuxにおけるdeb/rpmやmacosx上のfink/darwin portsを利用してインストール出来る。 clisp[編集] windows上でも利用出来る一番良く知られているCommon Lisp処理系である。バイトコードと呼ばれるものに変換される為に各OS移植は他の処理系に比べて容易のようだが速度は他に比べて遅い事が知られている。maximaには対応している。 公式ページ&ダウンロード先 http://clisp.cons.org/ cmucl[編集

                                                          • 10 most common mistakes using kubernetes

                                                            We had the chance to see quite a bit of clusters in our years of experience with kubernetes (both managed and unmanaged - on GCP, AWS and Azure), and we see some mistakes being repeated. No shame in that, we’ve done most of these too! I’ll try to show the ones we see very often and talk a bit about how to fix them. resources - requests and limits This definitely deserves the most attention and fir

                                                              10 most common mistakes using kubernetes
                                                            • Common Lispのリーダーマクロで遊んでみた。 - 日記を書く [・w・] はやみずさん

                                                              mirror: HugeDomains.com - Shop for over 300,000 Premium Domains リーダーマクロを使うと、特定の指定した文字がソースコードに現れたときに、そこから文字列を読み込んでLispオブジェクト列を生成する関数を実行することができる。 たとえば、Lispのプログラム中に#{ ... }という文字列が現れたら、...の部分はRubyの式として評価する(Rubyのパーサ、評価機は別途用意しなきゃいけないけど)という事が可能になる。 LispのS式というのは、狭義ではいわゆる括弧で構造化された文字列のことを指すが、実際にはLispのオブジェクト列に変換するルールを持った文字列であれば、何でもS式と言ってしまうことができる。なぜなら、Lispのリーダーはリーダーマクロのようにプログラマが変更可能であるから、あるテキストをLispオブジェクト列に変

                                                                Common Lispのリーダーマクロで遊んでみた。 - 日記を書く [・w・] はやみずさん
                                                              • subjectAltNameが設定されていない証明書はChromeで NET::ERR_CERT_COMMON_NAME_INVALID エラー - Pistolfly

                                                                subjectAltNameが設定されていない証明書はChromeで NET::ERR_CERT_COMMON_NAME_INVALID エラー 開発環境用に自己署名のSSL証明書を使っているサイトにChromeでアクセスしたら、 「この接続ではプライバシーが保護されません NET::ERR_CERT_COMMON_NAME_INVALID」というエラーになった。 自己署名証明書(Self-signed certificate)だが、クライアント側はMacではキーチェーンアクセスに登録してx.509基本ポリシーを「常に信頼」にしているし、Windowsでは「コンピューター証明書の管理」で「信頼されたルート証明機関」に登録してある。 CN(Common Name)とアクセスしているホスト名も一致している。 Chrome以外のブラウザでは問題ない。 Chromeでも問題なくアクセスできていたが

                                                                  subjectAltNameが設定されていない証明書はChromeで NET::ERR_CERT_COMMON_NAME_INVALID エラー - Pistolfly
                                                                • CMUCL - CMU Common Lisp

                                                                  英語原文 : http://www.cons.org/cmucl/ CMUCL はほとんどのメジャーな UNIX 環境で動作するプログラミング言語 Common Lisp のフリーな実装です。 ANSI Common Lisp 標準に準拠しています。特徴を以下に列挙します: 洗練されたネイティブコードコンパイラ を備えています。強力な型推論機構や、C コンパイラに匹敵するようなコードを生成することが可能です x86 上での Generational なガーベージコレクションや Multiprocessing C のコードや共有ライブラリやシステムコールとの Foreign Function Interface プロセス間通信や、リモート関数コール (RPC) マルチメソッドやメタオブジェクトプロトコルを含む Common Lisp Object System (CLOS) の実装 Moti

                                                                  • Common Lisp development with Vim

                                                                    You have used Vim for so long, and you have it so ingrained within you, that when somebody suggests you use other editor you instinctively reply “over my dead body!”. I know how you feel. And then one day you start programming in Common Lisp; everybody says that you must use Emacs with SLIME; and after not so long you actually start considering switching to it! The horrors! I believe that for some

                                                                    • Running Common Lisp behind Apache - Lost in Technopolis

                                                                      It’s hard for me to think of a more ideal platform for web design than Common Lisp. Imagine having a system that runs indefinitely, with the ability to “snapshot” its running state and restore exactly where you left off, and where updates can be applied live, at functional-level granularity, from anywhere. Oh, and let’s not forget the remote debugging and inspection capabilities! And I thought Vis

                                                                      • GitHub - indutny/webpack-common-shake: CommonJS Tree Shaker plugin for WebPack

                                                                        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 - indutny/webpack-common-shake: CommonJS Tree Shaker plugin for WebPack
                                                                        • Common Mistakes as Python Web Developer

                                                                          Common Mistakes as Python Web Developer written on Friday, December 24, 2010 A few weeks ago I had a heated discussion with a bunch of Python and Open Source people at a local meet-up about the way Python's path joining works. I was always pretty sure that people are aware of how the path joining works and why it works that way. However a bit of searching around on the internet quickly showed that

                                                                          • Hello World!: common lisp: a web application tutorial for beginners

                                                                            Friday, July 29, 2005 common lisp: a web application tutorial for beginners Lisp; Programming; Postgresql; Newbie; Tutorial I recently found lisp. (That is that teaching computer programming language) I found lisp by reading too many of Paul Graham's essays and by getting too inspired by him. Curious, I started down the path of giving it a fair evaluation, which meant: getting a decent implemen

                                                                            • M.Hiroi's Home Page / Common Lisp Programming

                                                                              WHAT'S NEW 2024/3/29 Common Lisp 入門: 入門編に 分数 [2] を追加 2024/3/29 自作ライブラリ編: ntheory をバージョンアップ (ver 0.2.10) 2024/3/15 Common Lisp 入門: 入門編に 分数 を追加 CONTENTS お気楽 Common Lisp プログラミング入門 入門編 応用編 パズルの解法編 思考ルーチン編 圧縮アルゴリズム編 micro Scheme 編 お気楽 CLOS プログラミング入門 番外編 仮想計算機 COMETⅡ Yet Another Common Lisp Problems 自作ライブラリ編 (別ページへ移動) お気楽 ISLisp プログラミング超入門 (別ページへ移動) xyzzy Lisp Programming (別ページへ移動) 参考文献, URL お気楽 Common

                                                                              • GitHub - S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet: A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.

                                                                                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 - S1ckB0y1337/Active-Directory-Exploitation-Cheat-Sheet: A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
                                                                                • Mozilla Common Voice

                                                                                    Mozilla Common Voice