Showing 25 open source projects for "look@lan"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Deskreen

    Deskreen

    Deskreen turns any device with a web browser into a secondary screen

    Use any device with a web browser as a second screen for your computer (with the help of Virtual Display Adapter). Share your computer entire screen to any device that has a web browser. Limit Deskreen to share only a single application view to any device with a web browser. If you are a video blogger and you need a teleprompter, or you need to look at the camera during a video conference, Flip Screen Mode is just for you. Deskreen can share screen video over WiFi. No cables are needed. Connect...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 2
    Brim

    Brim

    Application to efficiently search and analyze super-structured data

    ... the Zeek network analysis framework. Brim is especially useful to security and network operators that need to handle large packet captures, especially those that are cumbersome for Wireshark, tshark, or other packet analyzers. Inspired by the Unix-tools design pattern, everything Brim does can be run from the command line. Think of Brim's components like Lego blocks that you can easily interconnect and assemble. It’s all open source, so have a look.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Nativefier

    Nativefier

    Make any web page a desktop application

    ... nativefier --help to learn about other command-line flags usable to configure the packaged app. For a list of build commands contributed by the nativefier community take a look at the CATALOG.md file. Nativefier is also usable from Docker. You can pass Nativefier flags, and mount volumes to provide local files.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Fluent Reader

    Fluent Reader

    Modern desktop RSS reader built with Electron, React, and Fluent UI

    Fluent Reader is a local, cross-platform news aggregator with a fresh look. Bring all your favorite sources with you and read distraction-free. Stay in sync with Inoreader, Feedbin, or services compatible with Fever or Google Reader API. Alternatively, import your sources from an OPML file and read them locally. Easily organize sources with groups. Move between computers with full data backups. Enjoy your content like never before with the built-in article view for RSS full text tailored...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 5
    PrimeNG

    PrimeNG

    The most complete Angular UI component library

    Your perfect companion for Angular featuring elegant, high-performance, accessible and fully customizable UI Components. The most complete set of native widgets featuring 80+ easy to use components for all your UI requirements. Hosted at GitHub, all widgets are open source and free to use under MIT license. Feel the power of open source. Don’t get tied up in just one look & feel. Choose from a variety of options including material and bootstrap design. Professionally designed highly...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ahooks

    ahooks

    React hooks library

    ahooks contains a large set of essential react hooks, with demos and examples for each one of them. Providing tutorials about using hooks in practice. An all-in-one place to learn for pro coders and newcomers. Used in hundreds of products in Alipay, Taobao, Tmall etc, with high quality and robustness. ahooks is a React Hooks library dedicated to providing commonly used and high quality Hooks. You can look up Hooks in the side menu like useRequest, useHover etc. At the same time, the Hooks API...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Angular Example App

    Angular Example App

    Angular 13 example app + Angular CLI + i18n + GraphQL

    Example app with Angular 13 + Angular CLI + i18n + Graphql. Contains CRUD, advanced patterns, generated library, and much more! This project is using a real app deployed in heroku. The server is using NesjJS, Prisma, Postgres and GraphQL. Please check it out and feel free also to contribute or give me your thoughts. Search bar, to look for heroes. Custom loading page. Example of Angular Resolver for Hero Detail. Lazy loading images with ng-lazyload-image. Modal and toasts (snakbar)! Scroll...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    react-docgen

    react-docgen

    A CLI and toolbox to extract information from React component files

    ... must follow certain guidelines in order to be analyzable. Installing the module adds a react-docgen executable which allows you to convert a single file, multiple files or an input stream. We are trying to make the executable as versatile as possible so that it can be integrated into many workflows. By default, react-docgen will look for the exported component created through React.createClass, a class definition or a function (stateless component) in each file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ionic Framework

    Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality apps

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript. With a low friction migration, Ionic 6 brings improved desktop support, new UI components, iOS/Android design enhancements, performance and bundling improvements, and so much more. Free and open-source, Ionic offers a library of mobile-optimized UI components, gestures, and tools for building fast highly interactive apps. Ionic’s UI components look great on all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • 10
    htmlparser2

    htmlparser2

    The fast & forgiving HTML and XML parser

    The fast & forgiving HTML and XML parser. htmlparser2 is the fastest HTML parser, and takes some shortcuts to get there. If you need strict HTML spec compliance, have a look at parse5. htmlparser2 itself provides a callback interface that allows the consumption of documents with minimal allocations. While the Parser interface closely resembles Node.js streams, it’s not a 100% match. Use the WritableStream interface to process a streaming input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Navigation 6

    React Navigation 6

    Routing and navigation for your React Native apps

    Start quickly with built-in navigators that deliver a seamless out-of-the-box experience. Platform-specific look-and-feel with smooth animations and gestures. If you know how to write apps using JavaScript you can customize any part of React Navigation. React Navigation is extensible at every layer— you can write your own navigators or even replace the user-facing API. If you're already familiar with JavaScript, React and React Native, then you'll be able to get moving with React Navigation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PurgeCSS

    PurgeCSS

    Remove unused CSS

    ... a list of options that allow you to customize its behavior. Customization can improve the performance and efficiency of PurgeCSS. The configuration file is a simple JavaScript file. By default, the JavaScript API will look for purgecss.config.js. You can then use PurgeCSS with the config file. PurgeCSS also works with raw content. To do this, you need to pass an object with the raw property instead of a filename.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Firebase Admin Node.js SDK

    Firebase Admin Node.js SDK

    Firebase Admin Node.js SDK

    ... admin console to do things like look up user data or change a user's email address for authentication. If you are interested in using the Node.js SDK as a client for end-user access (for example, in a Node.js desktop or IoT application), as opposed to admin access from a privileged environment (like a server), you should instead follow the instructions for setting up the client JavaScript SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Angular ng-select

    Angular ng-select

    Native angular select component

    Native angular select component. Library is under active development and may have API breaking changes for subsequent major versions after 1.0.0. To allow customization and theming, ng-select bundle includes only generic styles that are necessary for correct layout and positioning. To get full look of the control, include one of the themes in your application. If you're using the Angular CLI, you can add this to your styles.scss or include it in .angular-cli.json (Angular v5 and below...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fluent UI Web

    Fluent UI Web

    Collection of utilities andcomponents for building web applications

    ... Microsoft apps utilize Fluent UI functionality. Fluent UI's robust, up-to-date web controls are built with the React framework. Look through the control list to see the building blocks that are available using Fluent UI React. Fluent UI React is the official open-source React front-end framework designed to build experiences that fit seamlessly into a broad range of Microsoft products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RetroLab

    RetroLab

    JupyterLab distribution with a retro look and feel

    RetroLab (also known as JupyterLab Retro, previously called JupyterLab Classic) is a JupyterLab distribution with a retro look and feel, more similar to the classic Jupyter notebook.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    docz

    docz

    It has never been so easy to document your things!

    ... the look, feel and behave when required by leveraging GatsbyJS and Gatsby theme shadowing. There's a create-docz-app, which you can use to start new projects with docz even faster. This app is developed independently of the docz project, and is not officially supported. So use the app at your own risk. You can use create-docz-app as a replacement for create-react-app when you're creating a new project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Spotify Web API JS

    Spotify Web API JS

    A client-side JS wrapper for the Spotify Web API

    This is a lightweight wrapper for the Spotify Web API (2.6kB gzipped + compressed). It includes helper functions for all Spotify's endpoints, such as fetching metadata (search and look-up of albums, artists, tracks, playlists, new releases, podcasts) and user's information (follow users, artists and playlists, and saved tracks management). It doesn't have any dependencies and supports callbacks and promises. It is intended to be run on a browser, but if you want to use Node.JS to make...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    TensorFlow.js models

    TensorFlow.js models

    Pretrained models for TensorFlow.js

    This repository hosts a set of pre-trained models that have been ported to TensorFlow.js. The models are hosted on NPM and unpkg so they can be used in any project out of the box. They can be used directly or used in a transfer learning setting with TensorFlow.js. To find out about APIs for models, look at the README in each of the respective directories. In general, we try to hide tensors so the API can be used by non-machine learning experts. New models should have a test NPM script. You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Git Graph extension for VSC

    Git Graph extension for VSC

    View a Git Graph of your repository in Visual Studio Code

    View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want! View annotated tag details (name, email, date and message) Copy commit hashes, and branch, stash & tag names to the clipboard. View commit details and file changes by clicking on a commit. View the Visual Studio Code Diff of any file change by clicking on it. Open the current version of any file that was affected in the commit. Copy the path of any file that was affected...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    Aardvark

    Aardvark

    A platform for AR in VR

    ... want to make gadgets, your best bet is to use a released build. Just download and run the latest released installer, then run aardvarkxr.exe from the install directory. Once you've installed you can also enable Aardvark to start automatically in the Startup/Shutdown settings in SteamVR. Aardvark is made up of "gadgets". These are 3D objects that do something useful, something fun, or maybe they just look cool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Atomic Layout

    Atomic Layout

    Build declarative, responsive layouts in React using CSS Grid

    .... To understand why Atomic Layout is beneficial for you take a look at some of the practices it encourages. What elements are rendered and what is the relation between them are now two independent paradigms in your code. Forget about CSS hacks and contextual tweaks. We build applications with composability in mind. Adopted from the design world, we, engineers, can wield the power of composition because it's an actual React component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    immutability-helper

    immutability-helper

    Mutate a copy of data without changing the original source

    ..., without fundamentally changing how your data is represented. You can also take a look at Facebook's Immutable.js and React’s Using Immutable Data Structures section for more detail on Immutable.js. You have no way of determining which data has changed since the previous copy has been overwritten. Instead, you need to create a new copy of myData and change only the parts of it that need to be changed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    testing-nestjs

    testing-nestjs

    A repository to show off to the community methods of testing NestJS

    A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more! Each folder is a fully functional Nest application on its own. All you need to do after cloning the repository is move into the folder, install the dependencies and test! Or you could just, you know, look at the test on GitHub too, no big deal. I've noticed a lot of people seem to get stuck on testing, and how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next