並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 47406件

新着順 人気順

existingの検索結果321 - 360 件 / 47406件

  • rsync (+ ssh) で簡単バックアップ

    Miscellany Top > Linux Memo > backup by rsync Backup by rsync (+ssh) 2000.12.8 updated Linux/UNIX 上のデーターを(別の Linux/UNIX マシンに)バックアップしたり、2つのマシンのあるディレクトリどうしの内容を同期するのに、どうしているでしょうか?私の場合、以前は NFS でマウントして、cp -a (コピー)したりしていたのですが、環境が変わってから NFS を利用できなくなってからは、rsync を使うようになりました。 この rsync によるバックアップというのは、使うまでは「設定その他が必要で面倒そう...」と思っていたのですが、実際にやってみると手動でバックアップ・同期するだけなら設定も必要なく、あっさり使えました。 また、ssh と併用することでポートフォワーディング先のマ

    • Gladinet: Cloud Collaboration and Mobility Redefined

      File Server Mobilization Empower Your Enterprise with Seamless Cloud Integration and Mobility Gladinet revolutionizes cloud storage and collaboration by merging CentreStack's technical prowess with Triofox's intuitive ease. It provides unmatched file server mobilization that enables cloud flexibility and mobile access without complex migrations or VPN dependencies and integrates seamlessly into ex

        Gladinet: Cloud Collaboration and Mobility Redefined
      • Foodspottingに見る起業アイデアの固め方

        先週東京は白金(プラチナ?)で行ったエンジニアのための起業セミナー、Tech Founders Japan。倍率5倍をくぐり抜けてご参加いただいた皆様ありがとうございました。 今日のブログでは、当日の最初のプログラムであった、サンフランシスコのベンチャーFoodspotting(日本語版iPhoneアプリもあり)のファウンダー、Alexaによるスピーチの全原稿と、その和訳を掲載します。 起業のアイデアがあるときに、それをどうやってブラッシュアップしていくか、エンジニアでない人がエンジニアのパートナーを探すためにどうするか、といったことを、ユーザエクスペリエンスの専門家であるところのAlexaが雄弁に語ります。 Foodspottingは、キュートなiPhoneアプリ。「食べたものの写真をアップする」という機能にフォーカスしたシンプルなものなのですが、そのシンプルさの裏にはこんな努力があるん

          Foodspottingに見る起業アイデアの固め方
        • 1ヶ月でiOS・Android対応のクソゲーを作るためのレシピ - コードレシピ

          今回は今話題の「DOGECOIN」で有名な柴犬の「かぼすちゃん」を使ってゲームを作りたいと思います。 ということで、以下のようなゲームを作ります。 かぼすちゃんが次々と空から降ってくる かぼすちゃんが地面に付く前にタッチで消していく かぼすちゃんが一匹でも地面についたらゲームオーバー ちなみにゲーム名はDoge Defenseです。 Cocos2dxを使って作っていきます。 Cocos2d-xを使う 今回はCocos2d-xを使ってゲームを作っていきます。 http://www.cocos2d-x.org/ Cocos2d-xはスマホ向け2Dゲームを作るためのゲームエンジンで、今スマホ2Dゲーム界で熱いらしいです。 有名どころだとドラクエのゲームがCocos2d-xで作られたらしいです。 http://www.dragonquest.jp/dqmsl/ 他にもCocos2d-xで作られたゲ

            1ヶ月でiOS・Android対応のクソゲーを作るためのレシピ - コードレシピ
          • Apache Iceberg とは何か - 流沙河鎮

            はじめに 概要 Apache Iceberg(アイスバーグ)とは [重要] Icebergの本質はTable Specである Table Spec バージョン Icebergハンズオン Icebergの特徴 同時書き込み時の整合性担保 読み取り一貫性、Time Travelクエリ、Rollback Schema Evolution Hidden Partitioning Hidden Partitioningの種類 時間 truncate[W] bucket[N] Partition Evolution Sort Order Evolution クエリ性能の最適化 ユースケース Icebergのアーキテクチャ Iceberg Catalog Iceberg Catalogの選択肢 metadata layer metadata files manifest lists manifest f

              Apache Iceberg とは何か - 流沙河鎮
            • 個人開発者はRed Hat Enterprise Linuxを無料で最大16システムまで利用可能に、本番環境もOK。Red Hatが開発者向けプログラムの拡大を発表

              個人開発者はRed Hat Enterprise Linuxを無料で最大16システムまで利用可能に、本番環境もOK。Red Hatが開発者向けプログラムの拡大を発表 Red Hatは、個人開発者向けに提供している「Red Hat Developerプログラム」を拡大し、個人開発者には無料で最大で16システムまで本番環境でも利用可能にすることを発表しました。 これは先月発表された、CentOS 8のサポートを2021年末までとし、今後はCentOS Streamの開発に注力することへの影響を考慮したもの。 Last month, we announced updates to the CentOS community and CentOS Stream. Today we’re sharing details about some of the new no- and low-cost pr

                個人開発者はRed Hat Enterprise Linuxを無料で最大16システムまで利用可能に、本番環境もOK。Red Hatが開発者向けプログラムの拡大を発表
              • サーバーサイドエンジニアこそAngular2をやるべきかもしれない – Heroデータを AWS Lambda+DynamoDB で取得する | DevelopersIO

                サーバーサイドエンジニアこそAngular2をやるべきかもしれない – Heroデータを AWS Lambda+DynamoDB で取得する はじめに 私自身は普段サーバサイド(主にWeb API)の開発を行っているのですが、業務外でAngular2を触ってみたところかなり好感触だったのでブログにしました。この記事では、Angular2のTutorialを終えた状況から、データ取得部分をモックではなく外部サーバに置き換える例を示し、Angular2の考え方、サーバサイドとの連携方法について記録したいと思います。 Angular2をはじめたときの筆者の状況 フロントエンドスキルセット jQuery、CSSを利用したウェブページの開発経験あり とはいえ、アニメーションや色彩に明るいわけではなく、ほとんどWebアプリケーションフレームワーク任せ JavaScriptはDOM操作用の言語という考え

                  サーバーサイドエンジニアこそAngular2をやるべきかもしれない – Heroデータを AWS Lambda+DynamoDB で取得する | DevelopersIO
                • rust.tokyo のまとめ・感想 - mizchi's blog

                  このブログを書いてる経緯 rust.tokyo 楽しみ!絶対行く!といってたのに申込みを忘れたところ、じゃあスタッフとしてブログを書けという話になったので、ブロガー枠?らしく感想を書きます。とはいえ書けるのは見たやつだけです。 https://rust.tokyo/sessions# 前提 自分は低レベルプログラミングは詳しくないです。年に3日ぐらい思い出したように Rust 勉強することがある。 wasm 周りのエコシステムはずっと追ってる。 会場の雰囲気 組み込み勢とブロックチェーン勢が多そうな気配を感じた。 Visualization of mechanical CAD drawings using WebAssembly and WebGL Aki / CADDi (発表資料見つからず) 概要 Computer aided design (CAD) models used in m

                    rust.tokyo のまとめ・感想 - mizchi's blog
                  • ついにご家庭にやってきたシンギュラリティ。AIサイエンティストが勝手に仮説を立て、実験して、論文を書く|shi3z

                    SakanaAIがまた面白い研究を発表した。その名も「AI Scientist(AI科学者)」 AIの研究をする科学者ではなく、科学者をやるAIである。 しかもすごいのは、基本的に難しいAIはすべてクラウド上で動作する(GPT-4oやOpenRouter対応LLMなど)ので、ご家庭で手軽に遊ぶことができる。AIの実験をする場合はGPUくらいは欲しいところだが、AIじゃないものを研究する場合はGPUすら不要だ。 実際に動かしてみると様々な罠があるぞ(まだ) AI-Scientistの使い方は簡単・・・とまではいかないが、templateを書いて「こういう仮説があるんだよね」というアイデアをいくつかseed_ideas.jsonに書いてあとは電子レンジでチンするが如く実行するだけだ。 ただ、記事執筆時点(2024/8/13 18:50 JST)では、リポジトリが不完全なのか書かれた通りにコマン

                      ついにご家庭にやってきたシンギュラリティ。AIサイエンティストが勝手に仮説を立て、実験して、論文を書く|shi3z
                    • www.FULL MOVIE 'Avengers: Age of Ultron'[[2015]] ONLINE MegaShare~

                      Increased Traffic Premium names often come with existing traffic since they are exact match terms people are searching for. Search Engine Ranking Your new domain will naturally sound like the authority of your industry, which helps gain traffic from the search engines.

                      • PythonインタプリタをWebAssemblyへコンパイル、Webブラウザで稼働するPython環境「Pyodide」。Mozillaが開発中

                        Mozillaは、WebブラウザでPythonインタプリタや数値計算ライブラリのNumPyなど、Pythonの標準的なデータサイエンス環境をほぼそのまま実行可能にする「Pyodide」(パイオダイドと発音されているようです)を開発中です。 Mozilla Hacksのブログに投稿された記事「Pyodide: Bringing the scientific Python stack to the browser」で、このPyodideの詳細と現状が報告されています。 Pyodideは、データサイエンス環境をWebブラウザ上で実現しようというMozillaのプロジェクト「Iodide(アイオダイド、と発音されているようです)の関連プロジェクト。 Pyodideの最大の特徴は、標準のPythonインタプリタのフル機能をWebブラウザ上で実現しようとしている点にあります。下記はブログから。 Pyo

                          PythonインタプリタをWebAssemblyへコンパイル、Webブラウザで稼働するPython環境「Pyodide」。Mozillaが開発中
                        • Iphone X Giveaway download | SourceForge.net

                          Pulseway’s comprehensive remote monitoring and management (RMM) software provides a complete view across your network. View operational data for workstations, servers, VMs, network devices and more, while resolving issues straight from the same interface. Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Runn is best suited for project managers, oper

                          • PowerShell is open sourced and is available on Linux | Microsoft Azure Blog

                            Today’s customers live in a multi-platform, multi-cloud, multi-OS world – that’s just reality. This world brings new challenges and customers need tools to make everything work together. Microsoft is working company-wide to deliver management tools that empower customers to manage any platform, from anywhere, on any device, using Linux or Windows. This shift to a more open, customer-obsessed appro

                              PowerShell is open sourced and is available on Linux | Microsoft Azure Blog
                            • iOS 13のSafariブラウザが「WebDriver」を正式サポート。SeleniumなどによるUIテストの自動化が容易に

                              現在ベータ版が公開中で、9月には正式版が登場する見込みのiOS 13のSafariブラウザが「WebDriver」を正式にサポートすることをAppleが発表しました。 Starting in iOS 13, Safari now includes native support for the W3C WebDriver standard. This feature builds on existing support for WebDriver in desktop Safari, first introduced in Safari 10 and macOS Sierra. iOS 13から、SafariがW3C WebDriver標準仕様をネイティブにサポートする。この機能は、macOS SierraのSafari 10からサポートが始まった既存のデスクトップ版SafariのWebDr

                                iOS 13のSafariブラウザが「WebDriver」を正式サポート。SeleniumなどによるUIテストの自動化が容易に
                              • CDNレイヤでDBのコネクションプーリングとクエリキャッシュを提供。世界中どこからのDBアクセスでも高速化する「Hyperdrive」、Cloudflareが提供

                                CDNレイヤでDBのコネクションプーリングとクエリキャッシュを提供。世界中どこからのDBアクセスでも高速化する「Hyperdrive」、Cloudflareが提供 Cloudflareは、グローバルなCDNレイヤでデータベースのコネクションプーリングとクエリのキャッシュを提供することによりデータベースへのアクセスを高速化する新サービス「Hyperdrive」のオープンベータを開始したと発表しました。 Want to make the existing regional database in your legacy cloud provider much, much faster? We've just launched Hyperdrive, which dramatically speeds up queries you make to databases you already ha

                                  CDNレイヤでDBのコネクションプーリングとクエリキャッシュを提供。世界中どこからのDBアクセスでも高速化する「Hyperdrive」、Cloudflareが提供
                                • Welcome to Freecode – Freecode

                                  Browse free open source Software Development software and projects below. Use the toggles on the left to filter open source Software Development software by OS, license, language, programming language, and project status. Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Runn is best suited for project managers, operations leads, resourcing managers

                                  • Google is shutting down its goo.gl URL shortening service

                                    URL shorteners can be both useful and fun. Google's take on the tech launched in 2009, and added a third-party API, the ability to create QR codes and the power to link right to iOS and Android apps. Even Keanu Reeves has a URL shortener named in his honor. Unfortunately, Google is replacing its own service, goo.gl, with Firebase Dynamic Links (FDL) as of April 13th. These new smart URLs let you s

                                      Google is shutting down its goo.gl URL shortening service
                                    • Swift Blog - Apple Developer

                                      In many cases, your code will not have to change significantly in response to this change. Code that in Swift 2 relied on value types implicitly converting to AnyObject will continue to work as-is in Swift 3 by passing as Any. However, there are places where you will have to change the declared types of variables and methods and get the best experience in Swift 3. Also, if your code is explicitly

                                        Swift Blog - Apple Developer
                                      • 22 Versatile Adobe Flash Menu and Navigation Tutorials : Speckyboy Design Magazine

                                        Depending on the type of website or app you’re building, there will always be some key areas to which you have to give more attention than others. One area that is critical to all types of websites, and requires more thought than others, is navigation. Menu items generally lead to a site’s most important pages or areas and help visitors navigate easier. And, as you have to consider multiple screen

                                          22 Versatile Adobe Flash Menu and Navigation Tutorials : Speckyboy Design Magazine
                                        • JSON API — A specification for building APIs in JSON

                                          If you’ve ever argued with your team about the way your JSON responses should be formatted, JSON:API can help you stop the bikeshedding and focus on what matters: your application. By following shared conventions, you can increase productivity, take advantage of generalized tooling and best practices. Clients built around JSON:API are able to take advantage of its features around efficiently cachi

                                          • Mozilla Labs » Blog Archive » Introducing Ubiquity

                                            An experiment into connecting the Web with language. It Doesn’t Have to be This Way You’re writing an email to invite a friend to meet at a local San Francisco restaurant that neither of you has been to.  You’d like to include a map. Today, this involves the disjointed tasks of message composition on a web-mail service, mapping the address on a map site, searching for reviews on the restaurant on

                                            • Pythonがグローバルインタプリタロックの解消へ、マルチスレッド処理の高速化実現

                                              Python Software Foundationのステアリングカウンシル(Steering Council)は、Pythonのグローバルインタプリタロック(Global Interpreter Lock)を解消する方向で開発を進めていくことを明らかにしました。 グローバルインタプリタロックとは? グローバルインタプリタロックとは、その名前が示すとおりインタープリタ全体で1つのロックを持つことです。 これによりシングルスレッドのプログラムにおいては細かなロック制御が不要となって速度の向上がはかれる一方、マルチスレッドの平行性は制限されるという欠点があります。 また、スレッドセーフではないC言語などによるライブラリとの結合が容易となっています。 Pythonの標準実装であるCPythonでは、以前からグローバルインタプリタロックが採用されていました。 グローバルインタプリタロックを解消する

                                                Pythonがグローバルインタプリタロックの解消へ、マルチスレッド処理の高速化実現
                                              • Best Practices for Designing a Pragmatic RESTful API

                                                Your data model has started to stabilize and you're in a position to create a public API for your web app. You realize it's hard to make significant changes to your API once it's released and want to get as much right as possible up front. Now, the internet has no shortage on opinions on API design. But, since there's no one widely adopted standard that works in all cases, you're left with a bunch

                                                  Best Practices for Designing a Pragmatic RESTful API
                                                • Adobe Photoshop Tutorials - Best Of | Tutorials | Smashing Magazine

                                                  When it comes to graphic design, Adobe Photoshop is usually the first option to consider. However, the software itself is a quite tough nut to crack — and definitely extremely hard to master. For instance, the concepts are not always intuitive and it’s not always clear when to use what tool and how to use it effectively. In fact, in Photoshop it usually takes pretty much time to achieve something

                                                  • Particletree » Rediscovering the Button Element

                                                    IntroductionCreating a consistent interface for your users is a constant struggle for every application designer. Building consistency on the web is especially tough because the visual rendering differences across browsers and operating systems are wildly different and almost arbitrary in what can and cannot be done. No where does this become more apparent than when you’re dealing with form elemen

                                                    • Webpack の本質とそれがよく分かるチュートリアル - おいちゃんと呼ばれています

                                                      DHH さんが Rails 5.1 に Webpack を取り入れる意向 を示し、webpacker gem なるものをつくり始めたようである。 今後ますます Webpack は利用されていくであろうが、一方で Webpack はいろんなことができ過ぎるが故にかえって本質が掴みにくい点があると思う。そういえばこの間も、同僚のデザイナーに Webpack がよく分からないんですけど?と質問されていたのだった。 そこで今回 Webpack の本質つまり Webpack がどんな問題を解決しようとしているものなのかについて整理する。また Webpack の中核となる機能をよく理解できるチュートリアルを見つけたので紹介する。 (フロントエンドエンジニア Advent Calendar 2016 - Qiita の 9日目が空いていたので、後付けだけどそこに登録した) Webpack がつくられた背

                                                        Webpack の本質とそれがよく分かるチュートリアル - おいちゃんと呼ばれています
                                                      • Protovis

                                                        Protovis Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction. Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG

                                                        • Munin 2.0(stable)登場☆新機能はとってもうれしいなって(第1回) | Pocketstudio.jp log3

                                                          ◆ Munin 2.0 (stable) が遂にリリース! “リソース推移のモニタリング”  ただ、それだけに特化した、監視ツール Munin 。設計思想は、シンプルかつパワフルに。 Munin は、サーバの「リソース推移」を見るためのツール。簡単なセットアップで、ブラウザを通して、サーバの中の様々な状況を、グラフとして見ることができる。例えば、CPUの使用状況や、メモリ、ディスク等々。障害通知の機能は最低限。あくまでリソース推移を簡単に見ることに特化。 単純に数値を見るだけなら、sysstat(sar)や各種のログを見る事でも目的は達成できる。しかし、障害発生の現場においては、複数のサーバから、複数の指標を取得&比較し、迅速な対応と判断が求められる。そこでは、ログの追跡は時間や人手がかかる。一方、グラフで障害発生ポイントを、視覚的に、迅速に把握できるようになる事は、原因切り分け時間の短縮

                                                          • flare | visualization on the web

                                                            To begin making your own visualizations, download flare and work through the tutorial below. Need more help? Visit the help forum (you’ll need a SourceForge login to post). Flare is open-source software released under a BSD license, meaning it can be freely deployed and modified (and even sold for $$). Flare’s design was adapted from its predecessor prefuse, a visualization toolkit for Java. Appli

                                                              flare | visualization on the web
                                                            • Kubernetes Security Best Practices

                                                              Containers give developers the ability to isolate applications from one another, but that’s not enough. Resource isolation is much different that security isolation. How do we make applications deployed in containers more secure? How do we apply existing tools like SELinux and AppArmor, and seccomp to our containers running in Kubernetes? How can we apply policy to our network and services to make

                                                                Kubernetes Security Best Practices
                                                              • WindowsがまたLinuxを取り込む。マイクロソフト、Linuxカーネルが備える拡張機能「eBPF」互換機能をWindowsにもオープンソースで実装へ

                                                                マイクロソフトは、Linuxカーネルが備えている拡張機能である「eBPF」の互換機能を、Windows 10とWindows Server 2016以降で実現するオープンソース「eBPF for Windows」を発表しました。 カーネルのコードを書き換えずに機能を拡張できるeBPF eBPFとは、Linuxカーネルを変更することなく、カーネルの持つさまざまな機能をフックすることにより、カーネルに対してある種の機能拡張を実現するものです。下記は、eBPFのWebサイトにある説明を引用したもの。 eBPF is a revolutionary technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading kernel modules.

                                                                  WindowsがまたLinuxを取り込む。マイクロソフト、Linuxカーネルが備える拡張機能「eBPF」互換機能をWindowsにもオープンソースで実装へ
                                                                • "壊れにくい"データ基盤を構築するためにMackerelチームで実践していること - Hatena Developer Blog

                                                                  こんにちは。MackerelチームにおいてCRE(Customer Reliability Engineer)をしているid:syou6162です。主にカスタマーサクセスを支えるデータ基盤の構築や、データ分析を担当しています。 今回は、壊れにくいデータ基盤を構築するため、Mackerelチームで実践していることを紹介します。 なぜ壊れにくいデータ基盤を構築するのか データ基盤が“壊れている”とはどういうことか 壊れてないだけでなく、壊れたら気付ける 前提とするシステム構成 壊れたことに気付けるよう監視する 1. バッチジョブが失敗したことに気付く 2. 投入されたデータの性質を監視する 3. ビューが壊れてないかを監視する 4. 利用状況を監視する そもそも壊れてない状態を保つ 1. データリネージを元に修正できるようにする 2. 使われていないテーブルやビューは定期的に掃除 おわりに 参

                                                                    "壊れにくい"データ基盤を構築するためにMackerelチームで実践していること - Hatena Developer Blog
                                                                  • Front-End Performance Checklist 2021 (PDF, Apple Pages, MS Word) — Smashing Magazine

                                                                    Let’s make 2021… fast! An annual front-end performance checklist (available as PDF, Apple Pages, MS Word), with everything you need to know to create fast experiences on the web today, from metrics to tooling and front-end techniques. Updated since 2016. Ah, you can also get useful front-end tips in our email newsletter. This guide has been kindly supported by our friends at LogRocket, a service t

                                                                      Front-End Performance Checklist 2021 (PDF, Apple Pages, MS Word) — Smashing Magazine
                                                                    • Android Asset Studio

                                                                      Icon generators — Make icons for your app Icon generators allow you to quickly and easily generate icons from existing source images, clipart, or text. Launcher icons Menu icons Tab icons Notification icons

                                                                      • 各マップ サービスでは、それぞれどのキーまたは ID を使用すればよいですか? - よくある質問 - Google Maps API — Google Developers

                                                                        Send feedback Google Maps Platform FAQ Stay organized with collections Save and categorize content based on your preferences. Getting Started What is the Google Maps Platform? How do I get started with Google Maps Platform? Which API do I need? How do I start using the APIs on my site? Which countries does the Google Maps Platform cover? Can I put Google Maps on my site without using Google Maps P

                                                                          各マップ サービスでは、それぞれどのキーまたは ID を使用すればよいですか? - よくある質問 - Google Maps API — Google Developers
                                                                        • Twitterが、Cassandraの本採用を断念。「いまは切り替えの時期ではない」

                                                                          「いまは新しい技術への大規模な移行をする時期ではないと確信している」。Twitterは、サービスの核となるツイートを保存するデータベースを、MySQLによる大規模分散データベースから、NoSQLデータベースであるCassandraへ移行しようとしていました。しかしCassandraへの移行作業を中止し、引き続きMySQLでの運用を継続すると、Twitter Engineering Blogへのエントリ「Cassandra at Twitter Today」で明らかにしました。 これは戦略の変更だ Twitterは利用者からのツイートを、Scalaによって独自開発したミドルウェア「Gizzard」とMySQL、そしてmemcachedを用いた大規模分散データベースに保存しています。 しかしこうした複雑なシステムによる運用は非常に手間がかかり、人的コストを中心としたコストの増加が非常に大きくな

                                                                            Twitterが、Cassandraの本採用を断念。「いまは切り替えの時期ではない」
                                                                          • The 7 Best Free Mind Map Tools (And How to Best Use Them)

                                                                            Mind maps are one of the best-known logical organization tools. It’s a graphic representation of the connections between concepts and ideas. The idea starts from a central topic, and we gradually connect it with different branches and label these with notes, symbols, pictures, links, and more. When you create a map, you elaborate on existing knowledge structures and their relationship to new conce

                                                                              The 7 Best Free Mind Map Tools (And How to Best Use Them)
                                                                            • Health News – Health and Medical News Update.

                                                                              Empathy exhaustion, also known as compassion fatigue, is a state of physical, emotional, and mental exhaustion that can occur when caring for others. It is a common experience among those who work in the helping professions, such as nurses, social workers, counselors, and therapists. It can also affect family members and friends who are providing care and support to a loved one. Empathy exhaustion

                                                                                Health News – Health and Medical News Update.
                                                                              • Fauxto... like photo.

                                                                                Fauxto is the only full-featured, free range, image editor online. Create new images, edit existing images and manipulate layers with filters, layer effects and myriad other drawing and image editing tools. Fauxto has a new face, click here to proceed or wait five seconds and you'll be redirected automatically.

                                                                                • 英語なんてわかんねーよ!!ってな人へ贈るGithub入門 for MacOS - Seasons.NET

                                                                                  Gitという分散リポジトリシステムを使い始めました。 これ自体は、MacだとMacPorts使えば楽に入ってくるのですが、 まぁローカルで管理していてもあんまりうまみがない。 せっかくならば、外にソースを公開して、みんなでいじくりまくれる リポジトリを構築したほうが良い。 そこで便利なのが、githubというサービスです。 簡単に言えば、gitのリポジトリを作成&管理する為のサービスです。 自分でサーバーたてて管理するコストが減る為かなり楽です。 Free版だと、100MBまでという制限がありますが、まぁ普通に使う分には、 問題ない容量でしょう。登録してある言語は、Rubyが多く、LLな人達からの 人気の高さが伺えます。 まずは、アカウントを作っておきます。 これは、github.comに行き、好きなアカウントを作成してください。 特にアバターの設定は、ちとはまるので、私のこのエントリーを

                                                                                    英語なんてわかんねーよ!!ってな人へ贈るGithub入門 for MacOS - Seasons.NET