並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 1086件

新着順 人気順

CODERの検索結果321 - 360 件 / 1086件

  • Active Record Encryption, several performance optimizations, and much MORE!

    Active Record Encryption, several performance optimizations, and much MORE! Hi, zzak here! お久しぶりです! This time I will be recapping the past month or so of Rails. Hang on! There’s a ton of stuff to catch up on!! Active Record Encryption Originally extracted from HEY, this feature adds encrypted attributes to Active Record models. You can find out more in the guide. Optimize Cache::Entry coder Active

      Active Record Encryption, several performance optimizations, and much MORE!
    • 【HTML5】CSSもJSも不要!detailsとsummaryで実装するアコーディオン | 車いすなコーダー

      概要明示要素という扱いで、主にdetailsタグの最初の子要素としてラベル(見出し)に使用されます。 コンテンツ一覧へ戻る マークアップ例 上記で紹介した2つのタグは、次のような形で使います。 <details> <summary>ラーメン</summary> ラーメンとは、中華麺とスープを主とし、様々な具を組み合わせた麺料理。漢字表記は拉麺、老麺または柳麺。別名は中華そばおよび支那そば、南京そばなどである。中華人民共和国や中華民国では日式拉麺または日本拉麺と呼ばれる。 </details> <details> <summary>焼肉</summary> 焼肉とは、牛・豚などの肉を焼いたもの。また、肉や内臓にタレをつけ、直火で焼きながら食べる料理である。 </details> <details> <summary>寿司</summary> 寿司とは、米飯と主に魚介類を組み合わせた日本料理で

        【HTML5】CSSもJSも不要!detailsとsummaryで実装するアコーディオン | 車いすなコーダー
      • A coder considers the waning days of the craft | Hacker News

        Maybe I’m in the minority. I’m definitely extremely impressed with GPT4, but coding to me was never really the point of software development.While GPT4 is incredible, it fails OFTEN. And it fails in ways that aren’t very clear. And it fails harder when there’s clearly not enough training resources on the subject matter. But even hypothetically if it was 20x better, wouldn’t that be a good thing? T

        • コーダーとフロントエンドエンジニアの違い | 未経験からWebデザイナーへ!【2024年版】

          「コーダー」が進化し、「フロントエンドエンジニア」という職種が生まれました。 今後、コーディングのみのスキルを持つコーダーがWeb業界で生き残っていくのは難しいです。時代を振り返りつつ、「コーダー」と「フロントエンドエンジニア」の違いについて解説します。 コーダーとは? コーダーは、HTML/CSSとわずかなJavaScriptを用いてサイトを作る(コーディングをする)職種です。HTMLコーダーやマークアップエンジニアとも言われます。 必要なスキルは、主に、HTML・CSS・基礎的なJavaScript(あるいはjQuery)の3つです。 Webの黎明期から存在する職種です。 かつてはWebサイトの作り方や構造はとてもシンプルだったので、少ないスキルしか持たないコーダーも必要とされました。 しかし、ここ最近では、Webサイト上でアニメーションを多用したり、ReactやVue.jsなどのJa

            コーダーとフロントエンドエンジニアの違い | 未経験からWebデザイナーへ!【2024年版】
          • GitHub - powturbo/Turbo-Range-Coder: TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems

            ====================================== Fastest (Branchless) Range Coder / Arithmetic Coder 100% C (C++ headers). OS/Arch: Linux amd/intel, arm, PowerPC, s390x, MacOs+Apple M1. Windows: Mingw, visual c++ No other Range Coder / Arithmetic Coder encode or decode faster with better compression Up to 3 times faster than the next fastest range coder with similar compression ratio Can work as bitwise or/

              GitHub - powturbo/Turbo-Range-Coder: TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems
            • FUZI × Neru - 0verf1ow (feat. Luschka & Panaman)

              【MV】FUZI × Neru - 0bsol3scence (feat. Mas Kimura & MEG) 【オブソレセンス】 ▶配信開始 https://youtu.be/i98FjEuAVug Original WEB Anime "The Missing 8" now streaming on my YouTube channel オリジナルWEBアニメ『ミッシングエイト』を配信中です。 ▼The Missing 8(ミッシングエイト)とは? MV『0verf1ow』、『0ptimi2er』から生まれたFUZIオリジナル作品『The Missing 8』をオリジナルアニメ化。 ・あらすじ 荒廃した世界── そこにはアンドロイドとロボットが暮らしている。 ニンゲンにユメみるアンドロイドの『ポピー』。 ニンゲンに興味がないアンドロイドの『パンクン』。 ある夜、空を見上げた彼らの

                FUZI × Neru - 0verf1ow (feat. Luschka & Panaman)
              • 21 VSCode Shortcuts To Code Faster and Funner – JSManifest

                So you've installed some great tools or extensions to accelerate your development flow and are having a great time. That's great but there's a slight chance you might be missing out on some of the shortcuts that VS code offers, even if its just one. Not everyone has time to go through every shortcut to find the ones that help them code faster and funner--because there's just too many! In addition,

                  21 VSCode Shortcuts To Code Faster and Funner – JSManifest
                • Swiperのオプションを一覧でご紹介します

                  はじめまして!WEB制作会社で働いてるNakaさんです。 Swiper.jsには沢山のオプションが用意されています。 さっそくどんなオプションがあるのか?解説していきます。

                    Swiperのオプションを一覧でご紹介します
                  • 【swift4】WKWebViewリファレンス日本語訳 - Qiita

                    公式ドキュメントをすごく軽く訳したものを少し加筆しつつ、書いていきます。 公式ドキュメントは以下から。 https://developer.apple.com/documentation/webkit/wkwebview WKWebViewオブジェクトは、アプリ内ブラウザなどのインタラクティブなWebコンテンツを表示することができます。 WKWebViewクラスを使用して、Webコンテンツをアプリケーションに埋め込むことができます。これを行うには、WKWebViewオブジェクトをコードから作成し、それをビューとして設定し、Webコンテンツのロードを行います。 つまり、アプリ内でWebページを扱う場合、とりあえず、これを使えって感じですね。現在WKWebViewはストーリーボードで生成できないので、コードから生成してViewを適用する形になります。 概要 Important iOS8.0およ

                      【swift4】WKWebViewリファレンス日本語訳 - Qiita
                    • クラウドワークスを支える愉快な仲間たち ~2022年度版~ 前編 - クラウドワークス エンジニアブログ

                      エンジニアブログお久しぶりです!みーたです。 夏真っ盛りですが、皆さんいかがお過ごしですか。 私はコミケ脱稿しまして一安心しているところです。*1 さて、今回は6年ぶりのこの企画。 いつもと趣向を変えて、クラウドワークスを作っているのはこんな人達だよ、ということで、当社プロダクト開発部のエンジニアにアンケートを取ってみました。 アンケート配布数は約39、回答数は31でした。(前回より増えてますね🤗) その分情報量が多いため、2回に分けてみました。後編は後日公開。 前回と比較も出来るようほぼ同じ内容にしてみました。 Q1. エンジニア歴は? Q2. 好きなお酒は? Q3. プログラミングを始めたきっかけは? Q4. 将来の夢は? Q5. 好きな言語は? Q6. 今、一番興味のある技術は? Q7. 好きなOSSは? Q8. 好きな(おすすめの)本(技術書)は? まだ9問あります。 We're

                        クラウドワークスを支える愉快な仲間たち ~2022年度版~ 前編 - クラウドワークス エンジニアブログ
                      • Yax.com · Build and Host a Website for Free

                        Get a website for free. For designers, do-it-yourselfers, and web beginners. Get the Stackless Newsletter. For coders/non-coders Not a coder? Use our free templates. Customize with simple HTML. We'll show you how. Own the website code We use GitHub for permanent storage that is free and yours forever. No lock-in, ever.

                          Yax.com · Build and Host a Website for Free
                        • Kali Linux 2021.2 Release (Kaboxer, Kali-Tweaks, Bleeding-Edge & Privileged Ports) | Kali Linux Blog

                          Say hello to Kali Linux 2021.2! This release welcomes a mixture of new items as well as enhancements of existing features, and is ready to be downloaded (from our updated page) or upgraded if you have an existing Kali Linux installation. A quick summary of the changelog since the 2021.1 release from February 2021 is: Releasing Kaboxer v1.0 - Introducing Kali Applications Boxer v1.0! Applications i

                            Kali Linux 2021.2 Release (Kaboxer, Kali-Tweaks, Bleeding-Edge & Privileged Ports) | Kali Linux Blog
                          • 6 APIs Frontend Developers Should Know

                            Frontend plays a vital role in the development process. It is the creation of the graphical user interface of a website. Frontend refers to the client-side that allows users to interact with. APIs (Application Program Interfaces) are valuable tools. API integration services help increase the developers’ performance and save considerable time. Different APIs emerge for frontend development. In this

                              6 APIs Frontend Developers Should Know
                            • v3 Release Notes | Gatsby

                              Welcome to gatsby@3.0.0 release (March 2021 #1). This is the first major bump of Gatsby since September 2018! We’ve tried to make migration smooth. Please refer to the migration guide and let us know if you encounter any issues when migrating. Key highlights of this release: Incremental Builds in OSS - regenerate HTML only when necessary, leading to faster buildsFast Refresh - new hot-reloading en

                                v3 Release Notes | Gatsby
                              • 2021/09/27(月)の出来事 - My Bookmark

                                グーグルマップで発見した謎の道路にワクワクが止まらない→現地に行ってみた結果「なんだこの道は」 - Togetter 中国、不動産バブル懸念 民間債務かつての日本超す: 日本経済新聞 大相撲 横綱 白鵬 現役引退の意向固める 史上最多45回優勝 | 大相撲 | NHKニュース どこかのドアノブ on Twitter: "昨日の放送で「煉獄さんの炎の演出が少し短い!!」って意見が多かったけど見比べたら『放送のガイドラインに引っかからないように編集されていた』だけで尺は変わっていなかった #鬼滅の刃 #無限列車編 https://t.co/OQGQ2BbX7D" 「大学生協のパソコンを買うな」を鵜呑みにするべきではなく、" 自分でなんとかできるか"を判断基準にすると良い→体験談集まる - Togetter 豪雨で倒れた岐阜のご神木、倒壊の原因解明 名古屋大のグループ | 毎日新聞 記憶に残らな

                                • Daily coding のススメ 【はじめる編】|Almina

                                  こんにちは、Almina です。 もうすっかり秋ですね...風が涼しくなって、最近は過ごしやすいです。 そして秋といえば、そう、芸術の秋ですよね!ね!! さぁ今日からアナタも Daily coding はじめましょう!!!! ...ということで今回は、自分流「Daily coding のススメ」をご紹介します。 自分用の覚書も兼ねてはいますが、クリエイティブ・コーディングに少しでも興味のある方、これから始めてみようと思っている方のご参考になれば、幸いです。 はじめにさて、"Daily coding" なんて小難しく言ってますが、カンタンに言えば「ほぼ日で作って投稿する」ことです。シンプル。 でも一見カンタンですが、実は2つの大きなハードルがあると思います。 1. "作る → 投稿する" を始めること 2. ほぼ日で続けること 特に2番目のハードルが高い気がします。続けるって、意外とムズカシ

                                    Daily coding のススメ 【はじめる編】|Almina
                                  • クリエイティブとテクノロジーを掛け合わせた次世代フットウェアブランドMAGARIMONO 始動

                                    合同会社MAGARIMONO(本社:東京世田谷区)は、新生フットウェアブランド「MAGARIMONO」の1st Footwear Collection "MAGARIMONO ORIGINALS"を発表し、6月19日より公式サイトにて販売を開始します MAGARIMONO incおよびフットウェアブランド"MAGARIMONO"はフットウェアデザイナーの津曲とデジタルデザイナーの小野が共同で立ち上げました。 「STEP DIFFERENT」をコンセプトにクリエイティブとテクノロジー、2つの領域を掛け合わせた次世代のクラフトマンシップをフットウェアを通して全世界へ提案します。 このたび、私たちは1st Collection"MAGARIMONO ORIGINALS" をローンチしました。 フットウェアブランドMAGARIMONOとしての始まりのプロダクトであるとともに、だれも触ったことのない

                                      クリエイティブとテクノロジーを掛け合わせた次世代フットウェアブランドMAGARIMONO 始動
                                    • Package Manager MVP by andrewrk · Pull Request #14265 · ziglang/zig

                                      andy@ark ~> cd tmp/ andy@ark ~/tmp> git clone https://github.com/andrewrk/ffmpeg --depth 1 Cloning into 'ffmpeg'... remote: Enumerating objects: 4138, done. remote: Counting objects: 100% (4138/4138), done. remote: Compressing objects: 100% (3823/3823), done. remote: Total 4138 (delta 864), reused 1687 (delta 302), pack-reused 0 Receiving objects: 100% (4138/4138), 13.30 MiB | 10.58 MiB/s, done. R

                                        Package Manager MVP by andrewrk · Pull Request #14265 · ziglang/zig
                                      • コード生成AI「WizardCoder」をローカルで動かしてみた | 株式会社LIG(リグ)|DX支援・システム開発・Web制作

                                        構築の手順 基本的にはAutoGPTQ-APIのREADME.mdに書かれている通りに、各ライブラリなどをインストールしていけば問題ありません。 今回はWindowsでの構築手順を説明しますが、LinuxでもPython、C++コンパイラ、CUDA toolkitのインストール以外はほとんど同じ手順となります。 ※MacではGPTQ版ではなく、GGML(GGUF)版のモデルで同様のことをおこなえば実現可能だと思いますが、この記事ではMac対応については触れていません。 Pythonのインストール WindowsにはデフォルトでPythonがインストールされていません。まずはPythonを使えるようにしましょう。 今回はwingetでインストールします。wingetとは、Linuxでいうaptやdnf(yum)のようにパッケージを管理するMicrosoft謹製のパッケージマネージャです。PA

                                          コード生成AI「WizardCoder」をローカルで動かしてみた | 株式会社LIG(リグ)|DX支援・システム開発・Web制作
                                        • 活動時間の記録アプリ作ってみたREMAKE - Happy Coder

                                          sumtimer.com 10年前に作った活動時間記録アプリSumtimerのフルリメイクをしてみました。正確には数か月前に自分用に作って使用を続けてたのですが、そこそこ使えるツールになっている気がしたので公開用に日英対応したりランディングページを用意したりしました。 https://sumtimer.com/でホストしてます。ソースはこちらです。 作ったきっかけとしては、去年のICFPCの宿題としてTypeScriptを書く題材を探してたこと・可処分時間が増えて再びその使い方に意識が向いたタイミングだったこと・セパレートキーボードを作ったのでキーボード叩きたい盛りだったことなどがあります。技術スタックとしては、学習目的も兼ねて未経験だったVue, Vite, Firebase (Authentication, Firestore, Functions, Hosting), Quasar,

                                            活動時間の記録アプリ作ってみたREMAKE - Happy Coder
                                          • [Android] EventBusの思い出🚌

                                            書いている人 モバイルアプリケーションアーキテクト(Android)として働いています。モバイルアプリケーションのアーキテクチャ、自動テスト、CI/CDに興味があります。もっと詳しく 2022-12-23 この記事はフラー株式会社 Advent Calendar 2022の記事です。22日目は @Daiji256 による「onClick VS onClicked」でした。 さて、6日目の記事「Androidエンジニアになってから4年経った振り返り」を読みました。自分は、上記の記事を書いた @m-coder より少し前にAndroidアプリ開発を始めたのですが、記事を読むと、この4年間やその前にあったいろいろな出来事が思い出されてきます。自分としたことがちょっとセンチメンタルな気分になってしまいました…。人生いろいろありますね。 ともかく、上記記事ではRxJavaについて触れられていました。

                                            • bitnami Redmine、Windows版をオフラインでインストールする - Qiita

                                              autoconf-2.69-3-any.pkg.tar.xz autogen-5.18.12-2-x86_64.pkg.tar.xz automake-wrapper-10-1-any.pkg.tar.xz diffutils-3.6-1-x86_64.pkg.tar.xz gdbm-1.11-3-x86_64.pkg.tar.xz libgc-7.6.0-1-x86_64.pkg.tar.xz libgdbm-1.11-3-x86_64.pkg.tar.xz libguile-2.2.3-1-x86_64.pkg.tar.xz libltdl-2.4.6-2-x86_64.pkg.tar.xz libtool-2.4.6-2-x86_64.pkg.tar.xz perl-5.24.4-1-x86_64.pkg.tar.xz tar-1.30-1-x86_64.pkg.tar.xz min

                                                bitnami Redmine、Windows版をオフラインでインストールする - Qiita
                                              • Drive Growth by Picking the Right Lane — A Customer Acquisition Playbook for Consumer Startups

                                                Starting Up Drive Growth by Picking the Right Lane — A Customer Acquisition Playbook for Consumer Startups In Dan Hockenmaier's and Lenny Rachitsky's experience, founders are often surprised to learn that there are very few routes to scalable new customer acquisition. Here, this duo unpacks the three ways to drive consumer startup growth, offering a detailed framework and set of case studies for a

                                                  Drive Growth by Picking the Right Lane — A Customer Acquisition Playbook for Consumer Startups
                                                • Abuse Cloudflare Zerotrust for C2 channels -

                                                  What is Zero Trust Security? Zero Trust security is an IT security model that requires strict identity verification for every person and device trying to access resources on a private network, regardless of whether they are sitting within or outside of the network perimeter. ZTNA is the main technology associated with Zero Trust architecture, but Zero Trust is a holistic approach to network securi

                                                    Abuse Cloudflare Zerotrust for C2 channels -
                                                  • Build game changing AI | Coder One

                                                    Create your own AI to compete in an online multiplayer game for cash prizes, job opportunities at top companies, and more.View on GitHub Coder One is an annual AI programming tournament for engineers, data scientists, researchers, students, and hobbyist programmers. The goal is to program an AI player to compete in a multiplayer game against other teams. Participants are given tutorials and resour

                                                      Build game changing AI | Coder One
                                                    • Xcode10.2以降にアップデート後にクラッシュ「This coder requires that replaced objects be returned from initWithCoder」が発生した時の対応方法

                                                      Xcode10.2以降にアップデート後にクラッシュ「This coder requires that replaced objects be returned from initWithCoder」が発生した時の対応方法 こんにちは、オフィス狛 モバイル開発担当 Aika-yuy です。 今回の投稿は、 Xcode10.2以降にアップデートした後にクラッシュする機能があったので、 解決方法を備忘録として残しておこうと思います。 ・発生した事象 ・Xcode10.1で作られていたアプリがあり、改修を行う事になったのですが、Xcodeのアップデータがあったので、10.2へアップデートした。 ・ビルドは問題なく通ったが、一部の機能を実行すると、アプリが落ちるようになった。 という事で、修正前のコードです。こちらを実行したところ落ちてしまい下記のエラーが出ました。 public init(_ co

                                                        Xcode10.2以降にアップデート後にクラッシュ「This coder requires that replaced objects be returned from initWithCoder」が発生した時の対応方法
                                                      • GitHub - naro143/hugo-coder-portfolio: It is a theme to have you know yourself than developed based on "hugo-coder".

                                                        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 - naro143/hugo-coder-portfolio: It is a theme to have you know yourself than developed based on "hugo-coder".
                                                        • free-programming-books/free-programming-books.md at master · EbookFoundation/free-programming-books · GitHub

                                                          Arduino Programming Notebook By: Brian Evans Broken: http://www.lulu.com/shop/brian-evans/arduino-programming-notebook/ebook/product-18598708.html Unglued: https://unglue.it/work/152452/ Archive: https://archive.org/details/arduino_notebook Resolves #5504 Index 0 - Meta-Lists ABAP Ada Agda Alef Android APL App Inventor Arduino ASP.NET ASP.NET Core Blazor Assembly Language Non-X86 AutoHotkey Autoto

                                                            free-programming-books/free-programming-books.md at master · EbookFoundation/free-programming-books · GitHub
                                                          • クリエーティブハウス「Think & Craft」誕生

                                                            クリエーティブハウス「Think & Craft」誕生クリエーティブ戦略と体験実装の専門性を拡張し、“つくる力”を次のステージへ 株式会社電通クリエーティブX(本社:東京都港区 代表取締役社長執行役員:松木俊介)は、異分野の精鋭クリエーターが集う「Dentsu Craft Tokyo※」を機能拡張し、クリエーティブハウス「Think & Craft」(シンク・アンド・クラフト)として再始動させます。新しいパートナーとしてクリエーティブ・ディレクター・コレクティブ(つづく)から菅野薫に加え保持壮太郎が、国内最⼤規模のイベント・スペース専⾨会社である株式会社電通ライブから原⽥慎也らが加わります。代表には、クライアントの新しい挑戦に伴走し、信頼を集める当社所属エグゼクティブプロデューサー・藤岡将史が就任いたします。 (上段左から)猪田 創、安東 岐国子、鎌田 貴史、西村 保彦、徳井 直生(下段左

                                                              クリエーティブハウス「Think & Craft」誕生
                                                            • Leaks of Conti Ransomware Group Paint Picture of a Surprisingly Normal Tech Start-Up... Sort Of - Check Point Research

                                                              Leaks of Conti Ransomware Group Paint Picture of a Surprisingly Normal Tech Start-Up… Sort Of Introduction You’ve probably heard of the Conti ransomware group. After their 2020 emergence, they’ve accumulated at least 700 victims, where by “victims” we mean ‘big fish’ corporations with millions of dollars in revenue; unlike your average neighborhood ransomware operation, Conti never cared for extor

                                                                Leaks of Conti Ransomware Group Paint Picture of a Surprisingly Normal Tech Start-Up... Sort Of - Check Point Research
                                                              • MATLAB/Simulink Home Editionで”実用的に”ROSのノードをコード生成する - Qiita

                                                                MATLAB/Simulinkで何ができる MATLAB/SimulinkのHome Editionを趣味で使用している人は多いかと思います。 以前(1年くらい前)に記事にしましたが、Simulinkの最も有益な使い方はオートコード生成と勝手に思っているのですが、Home EditionだとSimulink CoderやMATLAB Coderなどのコード生成の機能を購入することができません。 しかしながら、RaspberryPiやArduinoなどに関しては特別にMathworksさんがコード生成してバイナリを自動生成するという機能を提供してくれています。 (https://qiita.com/tatsuyai713/items/bb4f13e0c8d3ad49e607) Simulinkでモデル生成して実機にインプリメントする 自動車会社の車両運動制御系の開発に携わっている方や、今後そ

                                                                  MATLAB/Simulink Home Editionで”実用的に”ROSのノードをコード生成する - Qiita
                                                                • 新しい「魔法」の時代へ、ようこそ―Learning Crisisとポスト・コロナの情報社会― | RAD-IT21

                                                                  1. ポスト・コロナの情報化とは、「魔法の時代」のことである そして、世界は「魔法」に覆われるようになった。 21世紀になってますます深まる「新しい情報社会」は、おそらく、「魔法」の世界そのものなのだ。私たちはこれまで、大きな勘違いをしていた。最新のテクノロジーは「科学」から生まれるものであり、テクノロジーを全面的に活用していれば、すなわち科学的な存在だと思い込んでいた。 しかし、それは誤りだった。「魔法」は、テクノロジーと両立しうるのである。いや、情報テクノロジーこそ、「魔法」が発動する前提条件だったのだ。むしろ、テクノロジーに全面的に依存して生きるありようは、どちらかというと「科学的」ではなく、「魔法的」なライフスタイルになるのである。 別に、サイトで読む小説やマンガで転生するとたいてい魔法の世界に生まれ変わるとか、ネットゲームのほとんどは魔法のある世界線だという話をしたいわけではない

                                                                  • 【教員向け】”Scratch”を活用して授業にプログラミングを取り入れよう!(小学 算数の巻) - 「松原ガレッジ」のブログ

                                                                    「プログラミング教育の必修化って何を教えればいいの?」 「プログラミングの教材ってどんなものがあるかわからない!」 いよいよ2020年4月から、小学校でプログラミング教育の必修化が始まります。 目前に迫っている中で「具体的な指導方法や教材がないのに、どうすればいいの!?」と困惑している教員の方々に向けてこの記事を書きました。 こんにちは! Webプログラマ兼コワーキングスペース管理人の五島聖也(@s_goji)です。 私は毎月Coder Dojoというプログラミング学習の場でメンターとして小学生にプログラミングを教えています! 「パソコンやタブレットを操作してプログラミングを授業に取り入れるなんてできるのかな・・」 今回は、そんな不安を抱えた教員の皆様にプログラミング入門のScratchを取り入れた、活用方法を書いていきます! 参考にしていただければ幸いです。 ※2020年2月現在の情報を

                                                                      【教員向け】”Scratch”を活用して授業にプログラミングを取り入れよう!(小学 算数の巻) - 「松原ガレッジ」のブログ
                                                                    • ソフトウェアクラフトマンシップとプログラマーの誓い - Forkwell Library #8

                                                                      ⏳プログラム 0:00 〜 待ち時間 1:58 〜 オープニング 4:33 〜 基調講演「ソフトウェアクラフトマンシップとプログラマーの誓い」『Clean Craftsmanship』翻訳者 角 征典 氏 40:22 〜 事例講演「レガシー産業におけるSoftwareCraftsmanshipの実践」 株式会社オープンロジ 技術開発 尾藤 正人 氏 1:02:44 〜 休憩 1:07:36 〜 視聴者Q&Aパネルトーク 角 征典 氏 / 尾藤 正人 氏 🐦 気づき・感想をシェアしてね 参加者全員で、この勉強会からの気づきを最大化しましょう! 以下の Twitter ハッシュタグでツイートをお願いします。 #Forkwell_Library URL:https://twitter.com/intent/tweet?hashtags=Forkwell_Library 🎓スポ

                                                                        ソフトウェアクラフトマンシップとプログラマーの誓い - Forkwell Library #8
                                                                      • Newsrover Server Scanning Priority - atworklasopa

                                                                        In this lab I cover advanced Windows Server 2012 R2 printer management of objective 2.2 in the 70-410 series. I explain printer security with the ACL editor and explain how permissions on printers. How to stop TakedownsUPDATE* everyone seems to think every attempt is worthless/this idea is set in stone. No wonder nothing has been done. Yes encryption can be broke, programs can be hacked/cracked, b

                                                                          Newsrover Server Scanning Priority - atworklasopa
                                                                        • iOSのPDFKitを利用してPDFを編集する

                                                                          こんにちは!アルダグラムでエンジニアをしているbingyiです 直近KANNAで開発した機能ではPDF編集を実装しました、今回の記事はiOSで実際のPDFファイルに線をどう書き込みを紹介します。 まずはPDFKitを簡単に紹介します、PDFKitはiOSとmacOS用のフレームワークで、PDFドキュメントの表示、編集、アノテーションが可能です。主要なクラスには、PDFの内容を表すPDFDocument、PDFページを表すPDFPage、そしてPDFの表示に使われるPDFViewがあります。このフレームワークを使用することで、アプリ内でPDFの操作が容易になります。 PDFKit関連APIがまだUIKitが主に使われてるので今回PDF編集の実装もUIKitを利用します、この記事のため参考用のリポジトリも用意しました、興味がある方自分で試しても良いです PDFの表示 PDFを編集する前にまずP

                                                                            iOSのPDFKitを利用してPDFを編集する
                                                                          • [Debian] CoderでVS CodeなオンラインLaTeX環境を作る

                                                                            オンラインでVisual Studio Codeが使用できるCoderが最近、OSS化しました。 そこでCode-serverを用いてVPS上に快適な個人LaTeXエディタの環境を整えることにしました。 備忘録です。 今回のVPSの環境は ・ASW – Lightsail 2GB ・Debian Stretch です。 Coderの導入に関しては、正直バイナリファイルを落としてくるだけなので簡単です。 LaTeXの導入に若干の時間がかかります。 ただ問題点が、 ・PDFのプレビューが見れない ・拡張機能のインストールと使用に若干の難がある の2つがあります。 今後のアップデートに期待です。 下準備特別なことは無いですが、インスタンスを立てる所から始める人は、[AWS – Lightsail] SSHのセキュア設定 あたりの設定はしておいたほうが無難かと。 LaTeXの導入まずはLaTexの

                                                                            • HEVC-Stereo-Video-Profile

                                                                              June 21, 2023  Apple HEVC Stereo Video Interoperability Pro fi le (Beta) Version 0.9 (Beta) June 21, 2023 Note: The information contained within this document is preliminary and is subject to change.  Copyright © 2023 Apple Inc. All rights reserved. Apple, the Apple logo and QuickTime are trademarks of Apple Inc., registered in the U.S. and other countries. 1 June 21, 2023 Introduction 3 Referen

                                                                              • How to Create A Smart Contract in Ethereum [Development Guide]

                                                                                Expert Smart Contract Development Guide for 2019 Jul 31, 2019 20 Minutes Read Taking the elimination of middlemen to another height, the blockchain smart contract technology is turning heads with its efficiency. It’s easy to execute tasks with smart contracts and there is no doubt that this tech is going to make life a whole lot easier for everyone. But what is a smart contract? For those of you w

                                                                                  How to Create A Smart Contract in Ethereum [Development Guide]
                                                                                • Wolfenstein 3D secrets revealed by John Romero in lengthy post-mortem chat

                                                                                  SAN FRANCISCO—While the game series Doom and Quake have been heavily chronicled in convention panels and books, the same can't be said for id Software's legendary precursor Wolfenstein 3D. One of its key figures, coder and level designer John Romero, appeared at this year's Game Developers Conference to chronicle how this six-month, six-person project built the crucial bridge between the company's

                                                                                    Wolfenstein 3D secrets revealed by John Romero in lengthy post-mortem chat