並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 2137件

新着順 人気順

cross-platformの検索結果281 - 320 件 / 2137件

  • I want off Mr. Golang's Wild Ride

    Contents Garden-variety takes on Go Simple is a lie Lots of little things Parting words April 2022 Update My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I've been posting the past year - it's a proper rant. And I always feel bad writing those, because, inevitably, it discusses things a lot of people have been working very hard on. In s

      I want off Mr. Golang's Wild Ride
    • First-class TypeScript support in modular AWS SDK for JavaScript | Amazon Web Services

      AWS Developer Tools Blog First-class TypeScript support in modular AWS SDK for JavaScript As of December 15th, 2020, the AWS SDK for JavaScript, version 3 (v3) is generally available. On October 19th, 2020, we published the Release Candidate (RC) of the AWS SDK for JavaScript, version 3 (v3). One of the major changes in v3 is first-class TypeScript support. In this blog post we will discuss why we

        First-class TypeScript support in modular AWS SDK for JavaScript | Amazon Web Services
      • The state of Rust GUI libraries - LogRocket Blog

        Solomon Esenyi Python/Golang developer and Technical Writer with a passion for open-source, cryptography, and serverless technologies. Editor’s note: This article was updated on 3 January 2024 to add Yew and Xilem to the list of Rust GUI libraries. Graphical user interfaces (GUIs) provide an intuitive visual frontend for interacting with computers. GUIs use visual indicators like icons, windows, a

          The state of Rust GUI libraries - LogRocket Blog
        • <3 Deno

          <3 Deno Feb 12, 2023 Deno is a relatively new JavaScript runtime. I find quite interesting and aesthetically appealing, in-line with the recent trend to rein in the worse-is-better law of software evolution. This post explains why. The way I see it, the primary goal of Deno is to simplify development of software, relative to the status quo. Simplifying means removing the accidental complexity. To

          • condaの代わりに高速なmambaを使う - macでインフォマティクス

            2021 2/11 誤りを修正 2021 4/26 Rについて追記 2021 4/30 tips追記 2022 2/7 再インストール追記 Githubより Mamba は C++ での conda パッケージマネージャの再実装です。マルチスレッドを使ったリポジトリデータとパッケージファイルの並列ダウンロード、依存関係の解決をより高速にするための libsolv、Red Hat、Fedora、OpenSUSE の RPM パッケージマネージャで使用されている最先端のライブラリです。 mambaのコア部分はC++で実装されており、最大限の効率化が図られています。 同時に、mamba は可能な限り互換性を保つために、codaと同じコマンドラインパーサ、パッケージのインストールとデインストー ル、トランザクション検証ルーチンを利用しています。 開発の動機のブログ記事。condaの問題点についても

              condaの代わりに高速なmambaを使う - macでインフォマティクス
            • Meet WebWindow, a cross-platform webview library for .NET Core

              My last post investigated ways to build a .NET Core desktop/console app with a web-rendered UI without bringing in the full weight of Electron. This seems to have interested a lot of people, so I decided to upgrade it to newer technologies and add cross-platform support. The result is a little NuGet package called WebWindow that you can add to any .NET Core console app. It can open a native OS win

              • Create Next Generation Experiences at Scale with Windows

                As a team, we’re thrilled to spend time with the developer community at Microsoft Build. Windows is a place where people come to create, to learn, and to connect. One of the most energizing aspects of Windows is how the developer community has been engaging with the platform, bringing value to over a billion people across the planet. Windows is the platform for the world’s innovation, and develope

                  Create Next Generation Experiences at Scale with Windows
                • Web Streams Everywhere (and Fetch for Node.js) | CSS-Tricks

                  Chrome developer advocate Jake Archibald called 2016 “the year of web streams.” Clearly, his prediction was somewhat premature. The Streams Standard was announced back in 2014. It’s taken a while, but there’s now a consistent streaming API implemented in modern browsers (still waiting on Firefox…) and in Node (and Deno). What are streams? Streaming involves splitting a resource into smaller pieces

                    Web Streams Everywhere (and Fetch for Node.js) | CSS-Tricks
                  • Fast Thread Locals In Rust

                    Fast Thread Locals In Rust Oct 3, 2020 Rust thread-locals are slower than they could be. This is because they violate zero-cost abstraction principle, specifically the “you don’t pay for what you don’t use” part. Rust’s thread-local implementation( 1, 2 ) comes with built-in support for laziness — thread locals are initialized on the first access. Sometimes this overhead is a big deal, as thread l

                    • Microsoft Visual Studio For Mac - giganames

                      Visiteurs depuis le 27/01/2019 : 1456 Connectés : 1 Record de connectés : 20 Visual Studio for Mac distributes updates for the IDE and supported frameworks on a regular basis. These updates can be in the form of new features, improvements, and bug fixes. Visual Studio for Mac provides three channels to get these latest versions.The arrival of Microsoft Visual Studio can be a reality very soon in t

                        Microsoft Visual Studio For Mac - giganames
                      • 0.10.0 Release Notes ⚡ The Zig Programming Language

                        Tier 4 Support § Support for these targets is entirely experimental. If this target is provided by LLVM, LLVM may have the target as an experimental target, which means that you need to use Zig-provided binaries for the target to be available, or build LLVM from source with special configure flags. zig targets will display the target if it is available. This target may be considered deprecated by

                        • TechCrunch

                          Venture capital activity in Africa has shown resilience over the past six months, with major firms backing startups on the continent closing their funds despite the ongoing funding winter.  In the la Ecosia, the search engine that funds tree-planting initiatives with a portion of its search ad profits, has launched a new cross-platform browser to grow its online footprint. The new browser, availab

                            TechCrunch
                          • なぜ素の JS のことを Vanilla と呼ぶのか調べてみた

                            何のライブラリもフレームワークも使わないで JS を書くことを Vanilla JS と呼びます。 Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications. と謳うジョークサイトもあるほどに定着しています。 しかし、一体なぜ "Vanilla" と呼ぶのか気になったことはありませんか? 私は気になりました、ので調べてみました! Vanilla とは バニラとは、コンピュータソフトウェア、まれにコンピュータのハードウェアまたはアルゴリズムなどで、改変・改修・カスタマイズなどが一切行われていない、提供された状態のまま(原型を留めたままの状態)を指す[1]。 バニラという表現は、業界でもデ・ファクト・スタンダードとして

                              なぜ素の JS のことを Vanilla と呼ぶのか調べてみた
                            • I Have A Macbook Air. I Use Word And Excel For Mac

                              Visiteurs depuis le 26/01/2019 : 3191 Connectés : 1 Record de connectés : 11 I Have A Macbook Air. I Use Word And Excel For Mac 2017I’m ready to switch from Apple Pages to Microsoft Word and hear that Microsoft just released an entirely new and updated Office 2016. What’s the easy way to upgrade? You’re correct that Microsoft has just released a completely new, completely redesigned version of its

                                I Have A Macbook Air. I Use Word And Excel For Mac
                              • GitHub - Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client: A cross-platform unofficial Google Assistant Client for Desktop (powered by Google Assistant SDK)

                                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 - Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client: A cross-platform unofficial Google Assistant Client for Desktop (powered by Google Assistant SDK)
                                • GitHub - meirwah/awesome-workflow-engines: A curated list of awesome open source workflow engines

                                  Activepieces - Open source no-code business automation, alternative to Zapier Airflow - Python-based platform for running directed acyclic graphs (DAGs) of tasks Argo Workflows - Open source container-native workflow engine for getting work done on Kubernetes Arvados - Open Source data and workflow management platform with emphasis on reproducibily, scale, and secure data sharing, deployable on cl

                                    GitHub - meirwah/awesome-workflow-engines: A curated list of awesome open source workflow engines
                                  • Alias Design For Mac

                                    Visiteurs depuis le 27/01/2019 : 5626 Connectés : 1 Record de connectés : 18 I worked at Autodesk from 2007 - 2011 and on Alias / Alias-related things for a good chunk of that. I was part of the team that ported Alias to MacOS. Alias development started back in the late 80s and was written for (I think) SGI machines. Back then, the company was Alias (merged with Wavefront and ultimately acquired b

                                      Alias Design For Mac
                                    • Gimp 2.8.20 For Mac - giganames

                                      Visiteurs depuis le 27/01/2019 : 1456 Connectés : 1 Record de connectés : 20 Download oracle express 11g. You'll need to enter this password later in this process when you log in to the Oracle database - so don't forget it. You should choose a secure password, and one that you'll remember. Enter the password twice, and click Next. The installation will take a few minutes. Click Install on the fina

                                        Gimp 2.8.20 For Mac - giganames
                                      • Microsoft、ChromiumベースのWebブラウザ「Microsoft Edge for macOS/Windows」を正式にリリース。

                                        MicrosoftがChromiumベースのWebブラウザ「Microsoft Edge for macOS/Windows」を正式にリリースしています。詳細は以下から。 Microsoftは現地時間2020年01月15日、2018年12月に発表しBeta, Dev, Canary Channelを通じて開発を続けてきた、Chromiumオープンソース・プロジェクト採用のmacOS/Windows対応Webブラウザ「Microsoft Edge」を正式にリリースしたと発表しています。 From this incredible momentum, today I’m pleased to announce the new Microsoft Edge is now available to download on all supported versions of Windows and m

                                          Microsoft、ChromiumベースのWebブラウザ「Microsoft Edge for macOS/Windows」を正式にリリース。
                                        • Ubuntu Makes Flutter 'Default Choice' for Future Desktop Apps - OMG! Ubuntu

                                          Ubuntu Makes Flutter ‘Default Choice’ for Future Desktop Apps Flutter will be the default choice for future mobile and desktop apps created by Canonical. Google’s open-source and cross-platform UI making framework has already proven popular with web devs looking for an easy “in” to fuss-free mobile and desktop app development. Flutter is underpinned by the Dart programming language but the new des

                                            Ubuntu Makes Flutter 'Default Choice' for Future Desktop Apps - OMG! Ubuntu
                                          • The state of web development on mobile

                                            Let me ask you a question - what kind of a machine do you code on? I bet it’s one of desktop, laptop, or maybe even a remote server with SSH connection. That’s the standard these days, but I think that there are some passionate (and crazy in a sense) people (like me) who’d like to stretch it even further. Those who’d like to be able to code literally anywhere, no matter what kind of a device they

                                              The state of web development on mobile
                                            • GitHub - nodegui/react-nodegui: Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀

                                              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 - nodegui/react-nodegui: Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
                                              • How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust | CSS-Tricks

                                                How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, no matter where in the world a request is received. Workers KV is amazing — and so i

                                                  How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust | CSS-Tricks
                                                • Great Selection For Mac - coachgirlgema

                                                  Visiteurs depuis le 28/01/2019 : 1075 Connectés : 1 Record de connectés : 4 Go back 30 years and the DAW - Digital Audio Workstation - as we know it today simply didn’t exist. Sure, we had MIDI sequencing software, which could be used to trigger synths, samplers and the like, but the computer was just one part of a much wider music-making setup. As technology progressed, these sequencers became mo

                                                    Great Selection For Mac - coachgirlgema
                                                  • Best Free Html Editor For Mac

                                                    Visiteurs depuis le 28/01/2019 : 4885 Connectés : 1 Record de connectés : 16 Best Free Html Editor Mac 2017Blender is an free video editing software for Mac and free 3D rendering program, which features the best list of animationessentials such as modeling, rigging, interface, animation, shading, UV unwrapping, real time 3D gamecreation, and so on.Oct 30, 2018 - 15 Best Free Code Editors for Windo

                                                      Best Free Html Editor For Mac
                                                    • Casinos Near Quapaw Ok Online Poker For Mac

                                                      Visiteurs depuis le 27/01/2019 : 5626 Connectés : 1 Record de connectés : 18 Casinos Near Quapaw Ok Online Poker For Mac DownloadFor online poker players from the United States looking to play poker on their Mac, we've got some good news: There are a variety of options for you to choose from, including some of the largest online poker sites that still serve players from the US. That's not to say t

                                                        Casinos Near Quapaw Ok Online Poker For Mac
                                                      • GitHub - cross-platform-actions/action: Cross-platform GitHub action

                                                        This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Use this GitHub Action with your project Add this Action to an existing workflow or create a new one.

                                                          GitHub - cross-platform-actions/action: Cross-platform GitHub action
                                                        • Immediate Mode GUI Programming

                                                          The initial focus of the Gio project was to create a simple cross-platform Go library for creating user interfaces for mobile and the desktop, avoiding the platform bound and often complex native toolkits. This is also the apparent selling point of Gio. However, as work progressed it became clear that the immediate mode programming model is a key driver for longer term adoption of Gio. After all,

                                                          • Announcing .NET 6 Preview 1 - .NET Blog

                                                            Azure Developers .NET Day is back on April 30th! Join the .NET community to learn cutting-edge cloud development techniques from experts on cloud services for AI, data, cloud-native, and developer productivity. Elevate your cloud development skills today! Update: .NET 6 has shipped. Today, we are happy to deliver the first preview of .NET 6 and share what you can expect from the new release. We ha

                                                              Announcing .NET 6 Preview 1 - .NET Blog
                                                            • Win 7 Ddk Driver For Mac

                                                              Visiteurs depuis le 27/01/2019 : 3658 Connectés : 1 Record de connectés : 15 Usb Drivers For Win 7Mac Drivers and Downloads Are Essential “How to download Bootcamp drivers without Bootcamp assistant? It seems Apple does not let you download Bootcamp drivers outside of their assistant tool. Reinstalling OS X just for the drivers is ridiculous. Many of you want to download Windows 7 drivers for MacB

                                                                Win 7 Ddk Driver For Mac
                                                              • How I still use Flash in 2022 – Foon by Robin Allen

                                                                When Adobe killed Flash Player in 2020, I didn't want my Flash games to disappear forever. I've been making games on and off my whole life, but people seemed to like the Hapland ones in particular, so I thought it might be nice to fix them up for a Steam release. I could draw some better graphics, improve the frame rate and resolution, and maybe add some extra secrets and such. Hapland 2 The probl

                                                                  How I still use Flash in 2022 – Foon by Robin Allen
                                                                • New macOS vulnerability, “powerdir,” could lead to unauthorized user data access | Microsoft Security Blog

                                                                  Following our discovery of the “Shrootless” vulnerability, Microsoft uncovered a new macOS vulnerability, “powerdir,” that could allow an attacker to bypass the operating system’s Transparency, Consent, and Control (TCC) technology, thereby gaining unauthorized access to a user’s protected data. We shared our findings with Apple through Coordinated Vulnerability Disclosure (CVD) via Microsoft Secu

                                                                    New macOS vulnerability, “powerdir,” could lead to unauthorized user data access | Microsoft Security Blog
                                                                  • Build a Native Desktop GIF Searcher App Using NodeGui — SitePoint

                                                                    NodeGui is an open-source library for building cross-platform, native desktop apps with Node.js. NodeGui apps can run on macOS, Windows, and Linux. The apps built with NodeGui are written using JavaScript, styled with CSS and rendered as native desktop widgets using the Qt framework. Some of the features of NodeGui are: native widgets with built-in support for dark mode low CPU and memory footprin

                                                                      Build a Native Desktop GIF Searcher App Using NodeGui — SitePoint
                                                                    • Xournal++ - Xournal++

                                                                      Take handwritten notes with ease. From solving a physics problem to making travel diaries. Xournal++ (/ˌzɚnl̟ˌplʌsˈplʌs/) is an open-source and cross-platform note-taking software that is fast, flexible, and functional. A modern rewrite and a more feature-rich version of the wonderful Xournal program.

                                                                      • Transmission Mac For Mac

                                                                        Visiteurs depuis le 27/01/2019 : 4976 Connectés : 1 Record de connectés : 18 Mac Transmission JackTransmission Mac MalwareJul 6, 2017 - We look at the best Mac torrent clients for ease of use and features. The interface is a bit clunky compared to Transmission or uTorrent:. Transmission also offers advanced configuration settings that will delight all those advanced users who like changing setting

                                                                          Transmission Mac For Mac
                                                                        • Finished! Porting a 75,000 line native iOS app to Flutter

                                                                          It is a truth universally acknowledged, that a business in possession of a good mobile app, must be in want of an iOS and Android version. Yay!Business logic, implemented once, wrapped in a quick, native feeling user interface is what most businesses want. But how difficult is it? Until last year, my company only had a native iOS version of our main app, Easy Diet Diary. A general-purpose Australi

                                                                            Finished! Porting a 75,000 line native iOS app to Flutter
                                                                          • Flameshot

                                                                            Powerful, yet simple to use open-source screenshot software. Free & open source screenshot software Flameshot is a free and open-source, cross-platform tool to take screenshots with many built-in features to save you time. Highly customizable Customize the interface color, button selection, keyboard shortcuts, how images are saved, and more with Flameshot's accessible configuration dialog. In-app

                                                                            • Video-converter-mac

                                                                              Visiteurs depuis le 27/01/2019 : 3658 Connectés : 1 Record de connectés : 15 Video Converter Mac Free DownloadMacx Video ConverterVideo Converter for Mac. Video Converter for Mac is an excellent Mac video converter software which can convert video and audio with perfect quality and high conversion speed for Mac OS X users. This Video Converter for Mac supports all popular video formats. Seen a par

                                                                                Video-converter-mac
                                                                              • Writing GNOME Apps with Swift

                                                                                David is a student interested in Swift and the GNOME Project. Swift is well-suited for creating user interfaces thanks to the clean syntax, static typing, and special features making code easier to write. Result builders, combined with Swift’s closure expression syntax, can significantly enhance code readability. Adwaita for Swift leverages these Swift features to provide an intuitive interface fo

                                                                                  Writing GNOME Apps with Swift
                                                                                • Cloudflare + Remote Browser Isolation

                                                                                  This post is also available in 简体中文, 日本語, Deutsch, Français and Español, . Cloudflare announced today that it has purchased S2 Systems Corporation, a Seattle-area startup that has built an innovative remote browser isolation solution unlike any other currently in the market. The majority of endpoint compromises involve web browsers — by putting space between users’ devices and where web code execu