並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 30 件 / 30件

新着順 人気順

network-articleの検索結果1 - 30 件 / 30件

  • qpsmtpd - Develooper LLC

    qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core SMTP features, all functionality is implemented in small "extension plugins" using the easy to use object oriented plugin API. qpsmtpd was originally written as a drop-in qmail-smtpd replacement, but now it also includes smtp forward, postfix, exim and maildir "backends". Articles and Documentation The qpsmtpd wiki Using Qpsmt

    • O'Reilly Radar > Rails Movie Launched

      Anonymous [07.11.05 07:54 AM] Seems like O'Reilly Radar is a large part of creating that buzz. There's 15 posts on this blog that contain "ruby rails" in the last three months. You have another 6 posts on "backpack" and 11 on "37 signals". As much as I have been impressed by the work from 37 Signals, it is a little nauseating how hard you folks are pushing them. Tim O'Reilly [07.11.05 09:46 AM] He

      • Get Help With Shopify Marketing Expert | Website Development For eCommerce – Take Your Shopify Store To The Next Level

        What are the Origin And Rise of Art In Action?     | Comparison Between Synthetic vs. Natural Fiber Rope     | The Reason Why Everyone Love Digital Agency     | Get to Know About Top 10 Popular Types of Ropes     | SRED/ SR & ED for a Tax Consulting Client     | Qualities of a Call center QA analyst     | SEO FOR LOCALIZED KEYWORD     | Ten Amazing Facts about USA Payday Loans     | Benefits of so

        • 4 HTTP Security headers you should always be using - Ibuildings

          What started as a dream for a worldwide library of sorts, has transformed into not only a global repository of knowledge but also the most popular and widely deployed Application Platform: the World Wide Web. The poster child for Agile, it was not developed as a whole by a single entity, but rather grew as servers and clients expanded it’s capabilities. Standards grew along with them. While growin

            4 HTTP Security headers you should always be using - Ibuildings
          • Da Vinci Machine Project

            the Da Vinci Machine Project a multi-language renaissance for the Java Virtual Machine architecture Mission We are extending the JVM with first-class architectural support for languages other than Java, especially dynamic languages. This project will prototype a number of extensions to the JVM, so that it can run non-Java languages efficiently, with a performance level comparable to that of Java i

            • Roles and Capabilities

              WordPress uses a concept of Roles, designed to give the site owner the ability to control what users can and cannot do within the site. A site owner can manage the user access to such tasks as writing and editing posts, creating Pages, creating categories, moderating comments, managing plugins, managing themes, and managing other users, by assigning a specific role to each of the users. WordPress

                Roles and Capabilities
              • Using Feature Detection to Write CSS with Cross-Browser Support | CSS-Tricks

                Using Feature Detection to Write CSS with Cross-Browser Support In early 2017, I presented a couple of workshops on the topic of CSS feature detection, titled CSS Feature Detection in 2017. A friend of mine, Justin Slack from New Media Labs, recently sent me a link to the phenomenal Feature Query Manager extension (available for both Chrome and Firefox), by Nigerian developer Ire Aderinokun. This

                  Using Feature Detection to Write CSS with Cross-Browser Support | CSS-Tricks
                • 2018-05-29のJS: React v16.4.0、Chrome 68の開発者ツール、自分で作るbundler

                  JSer.info #385 - React 16.4.0がリリースされました。 React v16.4.0: Pointer Events - React Blog React 16.4.0ではPointer EventsがサポートされonPointerDown属性でハンドラを追加できるようになっています。またReact v16.3.0で追加されたgetDerivedStateFromPropsの挙動が修正されています。 getDerivedStateFromPropsは多くのアプリでは必要ないものだとして、今後フォローアップ記事を掲載する予定とのことです。 What's New In DevTools (Chrome 68)  |  Web  |  Google Developersという記事ではChrome 68(開発版)での開発者ツールの変更点についてまとめられています。 コンソー

                    2018-05-29のJS: React v16.4.0、Chrome 68の開発者ツール、自分で作るbundler
                  • Presto 2.1 - web standards supported by Opera’s core - Opera Developer Community

                    LoginUser name: Password: Lost password? remember Sign upSign up now to post in the forums, comment on articles, submit your own articles and more. Presto 2.1 - web standards supported by Opera’s coreBy Bruce Lawson · 10 Sep, 2008Published in: aria, html, javascript, css, svg Introduction There are many Opera browsers, but each uses the same rendering engine, which is called Presto. You can be sur

                    • Localizing Firefox OS Apps – Mozilla Hacks - the Web developer blog

                      Firefox OS Apps are being used around the world—Spain, Poland, Colombia and Venezuela with many more countries coming—so it’s important to consider localizing your app from the beginning. But with the open web being as open as it is, there are many frameworks and technologies to pick from when it comes to localization. For example, the Jed Gettext-style library is a popular traditional option. The

                        Localizing Firefox OS Apps – Mozilla Hacks - the Web developer blog
                      • Password recovery — NeuPy

                        Password recovery Contents Password recovery Data transformation Saving password into the network Recovering password from the network Test it using Monte Carlo Possible problems Summary Download script In this article we are going to build a simple neural network that will recover password from a broken one. If you aren’t familiar with a Discrete Hopfield Network algorithm, you can read this arti

                        • Use the Zeigarnik Effect to learn to code faster

                          by Steven Gilbert Use the Zeigarnik Effect to learn to code fasterThe Zeigarnik effect can help you learn to code faster. First I’ll explain what this concept is. Then I’ll give you a practical way you can apply it to your learning. What is the Zeigarnik Effect?It’s 9:00pm. You’re learning JavaScript. You sit down at your desk. You open up your laptop and fire up your code editor. You’re working o

                            Use the Zeigarnik Effect to learn to code faster
                          • [C#][WPF]DataTemplateを使ってデータを表示してみようぜ その2

                            Feedback # [C#][WPF]DataTemplateを使ってデータを表示してみようぜ その3 2008/02/03 21:45 かずきのBlog [C#][WPF]DataTemplateを使ってデータを表示してみようぜ その3 # トリーバーチ 財布 2012/12/14 23:13 http://www.torybruchjp.info/category/トリーバーチ-バッグ You actually know a stuff... # longchamp hobo 2012/12/15 16:17 http://www.soldesacslongchamp.info/category/sac-lo I am certain that I can visit the place for a second time soon. # burberry scarf 2012/12

                            • PyUnit - the standard unit testing framework for Python

                              Author: Steve Purcell, Pythangelist, Available for Python & Ruby On Rails consulting/training Latest release: 1.4.1, 10th August 2001 (download) (notes) Documentation: [English] [Japanese] [Chinese] [Serbo-Croatian] [Hungarian (courtesy of Zsolt Boros)] This unit testing framework, dubbed 'PyUnit' by convention, is a Python language version of JUnit. JUnit was written by smart cookies Kent Beck an

                              • Coding In Paradise: Really Simple History

                                Yesterday I finished the README file detailing how to work with the Really Simple History framework; download the full Really Simple History framework. The README file: What is This? News Versions Contributors License How Do I Use This? How Does It Internally Work? Articles Demos and Examples Support Download Known IssuesWhat is This?The Really Simple History (RSH) framework makes it easy for AJAX

                                • QuakeNet IRC Network- Article - PRESS RELEASE: IRC NETWORKS UNDER SYSTEMATIC ATTACK FROM GOVERNMENTS

                                  PRESS RELEASE: IRC NETWORKS UNDER SYSTEMATIC ATTACK FROM GOVERNMENTS Written by QuakeNet on Thursday 06 February 2014 IRC networks have hosted hundreds of thousands of users discussing every topic imaginable for over two decades. QuakeNet has grown to be one of the largest and we have a diverse base of users connecting from all corners of the globe. Despite the relatively recent dominance of the l

                                  • パパ活サイト・アプリおすすめ比較!口コミ評判ランキング!

                                    パパ活専用アプリでやりたい人にぴったりです。趣味で繋がるデーティングアプリですが損ですよね。 こちらもYYC同様利用した分の金額しか発生しないタイプのアプリの違いはパパ活専用アプリの中で難しいのが、多くの場合、店側が十分な策を取っていますし、女の子からの問い合わせがあった際にはすぐに対応している人は基本的なサポートや安全面は保証されているかどうかチェックしましょう。 パパ活倶楽部は、男女共にパパ活に向いているケースがありますが、個人情報などは堅く守られているので、掲示板を利用することがパパ活専用サイトにお金は払いたくないからです。 会員数の多さやシンプルで使いやすいこと、サポート体制があります。 24時間365日スタッフが24時間監視体制がしっかりとパパ活に向いているのも、paddy67は夢を叶えるために頑張る女の子と、それを応援したい人におすすめです。 アプリによっては、交際相手など真剣

                                      パパ活サイト・アプリおすすめ比較!口コミ評判ランキング!
                                    • 耳から入る緑 | Plants+ Network独自記事 | Plants+ Network

                                      « 待ち合わせは木の下で | 高野麻結子さんの記事一覧へ 0 ブックマーク 耳から入る緑 2010-01-11 22:13:42 いつも走る時に使っていたipod が、ついに動かなくなる。 数度の雨による水没を経験してからさすがに調子が悪く、扱いを丁寧にしていたのだけれど、 今回は画面が光るばかりで何も言ってくれない。これで3台目。悪いこと、またしたなあ、と思いながら そのまま砧公園に向かって走り始める。 呼吸の音が自分で聴こえると苦しさが増すので、本当は落語でもラジオ深夜便でもいいから、 気晴らしならぬ耳晴らしに聞いていたいのだけれど仕方ない。 砧公園のサイクリングコースに入ると、駒澤大学や国士舘大等の陸上部員の姿。 縦一列に並ぶ4人が一糸乱れぬ綺麗なフォームで走り、その後ろを同じウェアのもう1人が自転車で伴走する。 箱根駅伝が終わり、早々に普段の練習に戻っている。 フリスビーで犬を遊ば

                                      • 4 HTTP Security headers you should always be using - Ibuildings

                                        What started as a dream for a worldwide library of sorts, has transformed into not only a global repository of knowledge but also the most popular and widely deployed Application Platform: the World Wide Web. The poster child for Agile, it was not developed as a whole by a single entity, but rather grew as servers and clients expanded it’s capabilities. Standards grew along with them. While growin

                                          4 HTTP Security headers you should always be using - Ibuildings
                                        • FxStruts: Easily Fit a Flex Frontend to your Struts Application

                                          Disclaimer: All opinions and ideas expressed here are my own and do not necessarily reflect the views of Adobe Systems Incorporated. RSS 2.0 Feed July 23, 2008 3:28 PM Struts has a bean:write tag which you use in your JSP to output the value of an object or an object's property. FxStruts is a free open source library that provides the same functionality as bean:write except that the output is in A

                                          • VMware Server Backdoor with VNC

                                            App Deployment & Patching Best Practices w/ MVP Johan Arwidmark Join us at this conference to learn how our experts recommend automating the deployment, patching, and removal of apps. Webinar: Microsoft Copilot Explored Join us for a comprehensive exploration of the intersection between artificial intelligence (AI) and data security. 8 Benefits of a Backup Service for Microsoft 365 In this Veeam w

                                            • Recording MP3 Using Only HTML5 and JavaScript (Recordmp3.js) | NuSoft Blog

                                              Published by Remus on March 13, 2014 | 24 Comments Research, Updates With the continuous advancements of HTML 5, audio/video capture using only the browser has reached a turning point where it is possible to record but only on specific browsers. In this article we will be focusing on audio capture and more specifically on capturing audio from the microphone and encoding it to MP3. The Name of the

                                                Recording MP3 Using Only HTML5 and JavaScript (Recordmp3.js) | NuSoft Blog
                                              • 最近のマイブーム!: ぽちゃぽちゃチャッキー簡単cooking

                                                I do know а sport we are able to ply thats like Dadԁy is talking about.? Mommy said mкing both boys ԝish to know the sport a lot. ?It?s known as ?Whɑt is the smartest thing abⲟuyt God. And every of us has to provide you with one really great рoint we like abᥙt God. Who wants too go fіrst?? Lee and Larry jumped aand shouted ?MΕ ME!? waving their arms in thee air like they do at school. Finally, M᧐m

                                                  最近のマイブーム!: ぽちゃぽちゃチャッキー簡単cooking
                                                • Wireless Router with a 3G/UMTS/HSDPA dongle

                                                  This article describes how I set up a wireless access point that is connected to the Internet using a USB-based 3G/UMTS/HSDPA dongle. The software and version I use is OpenWRT. For hardware, I’m using a Asus WL-500g Deluxe and WL-500g Premium V1, but any platform supported by OpenWRT should work. The 3G/UMTS/HSDPA provider is the Swedish 3 and the USB dongle is the Huawei E220. If you don’t care a

                                                  • Alternative 3 - Wikipedia

                                                    Alternative 3 is a 1977 British television mockumentary concerning government conspiracies. It inspired much speculation and interest by proponents of fringe ideas. It has been compared to Orson Welles' 1938 radio production of The War of the Worlds, as both were science fiction programmes, not intended to alarm the public, that were misinterpreted as legitimate. The former had a far greater immed

                                                      Alternative 3 - Wikipedia
                                                    • ネマト・シャフィク - Wikipedia

                                                      デイム・ネマト・タラアト・シャフィク(Dame Nemat Talaat Shafik、アラビア語: نعمت شفيق、ミノーシュ・シャフィク、Minouche Shafikとも。1962年2月5日 - )はエジプト出身でイギリス・アメリカ国籍を持つ経済学者[1]。彼女はイングランド銀行副総裁(英語版)を務め[2]、2017年9月からはロンドン・スクール・オブ・エコノミクスの学長となっている[3]。 エジプトのアレクサンドリアで生まれ、マサチューセッツ大学アマースト校とロンドン・スクール・オブ・エコノミクスで学び、その後セント・アントニーズ・カレッジ(オックスフォード大学)から博士号を授与された[4]。シャフィクは2008年3月から2011年3月までイギリス国際開発省事務次官を務め、その後国際通貨基金(IMF)の副専務理事(Deputy Managing Director)となった[5]

                                                        ネマト・シャフィク - Wikipedia
                                                      • downloads do cartoon network | yerivihe | Flickr

                                                        = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link downloads do cartoon network = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 secYou can download CN Anything FREE from the App Store, Google Play or the Amazon. We use cookies to make your exper

                                                        • 2010年10月28日のブログ記事一覧-鈴木海花の「虫目で歩けば」

                                                          そして、いよいよです!飼育棟へ。 わーい! こんなに歓迎されたことって、後にも先にもないような気がする。 アース製薬というとゴキブリ退治の第一人者というイメージがあるので、 飼育されているのはゴキブリばかり、と思うのはまったくの間違い。 この飼育棟では、なんと90種もの「虫」が飼育されていて、 そのお世話をしているのが有吉さんと北野さん(男性)です。 どうしてこんなに多種類の虫が飼育されているのかというと、 いつかそれが害虫として研究対象になるかも知れないから。 でも絶対害虫になりそうもない虫もたくさんいました。 蚊にもちゃんと一部屋。 キイロショウジョウバエも展示されているし、 ここには害虫っぽくない、美麗系のタマムシとかハンミョウとか。 しかしこの場所が人の心を捉えてやまないのは、 このおふたりが単に飼育というより、 ふつうは人が嫌だと思うであろうこの仕事全体を、 独自のセンスと気概で

                                                            2010年10月28日のブログ記事一覧-鈴木海花の「虫目で歩けば」
                                                          • RxSwiftとUIライブラリの表現を組み合わせたサンプル紹介 - Qiita

                                                            1. はじめに 皆様お疲れ様です。RxSwift AdventCalendarの13日目を担当させて頂きます、fumiyasac(Fumiya Sakai)と申します。何卒よろしくお願い致します。 1年前にほんの少しだけ実務の中で触れた経験や自分の学習の中でRxSwiftで書かれた簡単なサンプルの写経をした際の重要と感じた部分や理解の上でのポイントを自分なりにまとめた記事を書いて以来、めっきりとRxSwiftから遠ざかってしまいました...。 今回はRxSwiftの実装を改めて思い出すと同時に、実際のUIに当てはめた形でRxSwift+MVVMパターンの構成のサンプルアプリの作成に取り組んでみましたので、その実装記録をまとめました。 Githubでのサンプルコード: RxSwiftとUI実装の組み合わせサンプル サンプルの全体的な動きの動画: 1分30秒間のサンプルの動きを解説した動画 ※

                                                              RxSwiftとUIライブラリの表現を組み合わせたサンプル紹介 - Qiita
                                                            • エールフランス007便離陸失敗事故 - Wikipedia

                                                              エールフランス007便離陸失敗事故(エールフランス007びんりりくしっぱいじこ)は、1962年6月3日 にフランスで発生した航空事故である。 パリ=オルリー空港からニューヨーク・アイドルワイルド空港へ向かっていたエールフランス007便(ボーイング707-328)が、オルリー空港からの離陸時に、機器の故障により滑走路をオーバーランした。乗員乗客132人中130人が死亡した。これは当時としては世界最悪の航空事故であり、また史上初めて100人以上の死者を出したジェット旅客機の事故だった。 事故当時、エールフランスはアトランタに新事務所を設立したばかりで、これがアトランタへ向かう最初の便だった。生存者は機体後部に着席していた2人の客室乗務員だった。 事故機[編集] 事故機のボーイング707-328(機体記号:F-BHSM)は、1960年に製造され、同年8月24日に初飛行を行っていた。エールフランス

                                                                エールフランス007便離陸失敗事故 - Wikipedia
                                                              1