<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>google</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/371/feed"/>
    <updated>2026-08-01T17:54:53+00:00</updated>
    <id>https://links.biapy.com/guest/tags/371/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13164</id>
            <title type="text"><![CDATA[Open Knowledge Format (OKF)]]></title>
            <link rel="alternate" href="https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13164"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OKF is a universal, vendor-neutral format for representing knowledge as plain markdown files with YAML frontmatter. It is not tied to any particular agent, framework, model provider, or serving system.

Related contents:

- [Introducing the Open Knowledge Format @ Google Cloud Blog](https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing).
- [LLM Wiki @ Andrej karpathy&amp;#039;s GitHub Gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).]]>
            </summary>
            <updated>2026-06-30T13:39:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13001</id>
            <title type="text"><![CDATA[SerpApi]]></title>
            <link rel="alternate" href="https://serpapi.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13001"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google Search API.

Scrape Google and other search engines from our fast, easy, and complete API.

- [SerpApi @ GitHub](https://github.com/serpapi/).

Related contents:

- [Web Scraping for Beginners – Extract Data with an API @ freeCodeCamp.org&amp;#039;s YouTube](https://www.youtube.com/watch?v=j6hnjNhx_MM).]]>
            </summary>
            <updated>2026-06-12T07:12:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12846</id>
            <title type="text"><![CDATA[Agent Executor (AX)]]></title>
            <link rel="alternate" href="https://github.com/google/ax" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12846"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google&amp;#039;s open source distributed agent runtime.

AX, short for Agent eXecutor, is a distributed agent runtime. It provides a runtime that coordinates agentic loops, manages executions with event logging, and communicates with both local and remote actors. AX is designed for reliability, with native support for recovery and execution resumption, even in complex distributed setups.]]>
            </summary>
            <updated>2026-05-25T11:48:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12659</id>
            <title type="text"><![CDATA[DorkEye]]></title>
            <link rel="alternate" href="https://xploits3c.github.io/DorkEye/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12659"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automated Google Dorking Tool. Generates and runs advanced search queries for exposed files. It also test Vulns, Analyzes and extracts metadata.

- [DorkEye @ GitHub](https://github.com/xPloits3c/DorkEye).]]>
            </summary>
            <updated>2026-04-30T11:23:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12565</id>
            <title type="text"><![CDATA[Whoogle Search]]></title>
            <link rel="alternate" href="https://github.com/benbusby/whoogle-search" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12565"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A self-hosted, ad-free, privacy-respecting metasearch engine.

Get Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking. Easily deployable in one click as a Docker app, and customizable with a single config file. Quick and simple to implement as a primary search engine replacement on both desktop and mobile.]]>
            </summary>
            <updated>2026-04-18T11:47:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12435</id>
            <title type="text"><![CDATA[LiteRT-LM]]></title>
            <link rel="alternate" href="https://github.com/google-ai-edge/LiteRT-LM" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12435"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[LiteRT-LM is Google&amp;#039;s production-ready, high-performance, open-source inference framework for deploying Large Language Models on edge devices.]]>
            </summary>
            <updated>2026-04-07T05:54:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12244</id>
            <title type="text"><![CDATA[CEL]]></title>
            <link rel="alternate" href="https://cel.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12244"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Common Expression Language. Fast, safe expression language

Common Expression Language (CEL) is an expression language that’s fast, portable, and safe to execute in performance-critical applications. CEL is designed to be embedded in an application, with application-specific extensions, and is ideal for extending declarative configurations that your applications might already use.

Use CEL for things like list filters for API calls, validation constraints on protocol buffers, and authorization rules for API requests.

- [CEL @ GitHub](https://github.com/google/cel-spec).

Related contents:

- [Introducing function-kro: YAML+CEL Composition Meets Crossplane @ Crossplane](https://blog.crossplane.io/function-kro-yaml-cel/).]]>
            </summary>
            <updated>2026-03-23T14:59:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12027</id>
            <title type="text"><![CDATA[Google Workspace CLI (gws)]]></title>
            <link rel="alternate" href="https://github.com/googleworkspace/cli" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12027"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

One CLI for all of Google Workspace — built for humans and AI agents.
Drive, Gmail, Calendar, and every Workspace API. Zero boilerplate. Structured JSON output. 40+ agent skills included.

gws doesn&amp;#039;t ship a static list of commands. It reads Google&amp;#039;s own Discovery Service at runtime and builds its entire command surface dynamically. When Google Workspace adds an API endpoint or method, gws picks it up automatically.

Related contents:

- [You Need to Rewrite Your CLI for AI Agents @ Justin Poehnelt](https://justin.poehnelt.com/posts/rewrite-your-cli-for-ai-agents/).
- [Episode 661: Sink Your Claws In @ Linux Unplugged](https://linuxunplugged.com/661).]]>
            </summary>
            <updated>2026-04-09T06:18:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11918</id>
            <title type="text"><![CDATA[gog]]></title>
            <link rel="alternate" href="https://gogcli.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11918"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google in your terminal.
 Google Suite CLI: Gmail, GCal, GDrive, GContacts. 

 gog unifies Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, Slides, and People under one CLI — with JSON output and sane defaults. 

Fast, script-friendly CLI for Gmail, Calendar, Chat, Classroom, Drive, Docs, Slides, Sheets, Forms, Apps Script, Contacts, Tasks, People, Groups (Workspace), and Keep (Workspace-only). JSON-first output, multiple accounts, and least-privilege auth built in.

- [gogcli](https://github.com/steipete/gogcli).]]>
            </summary>
            <updated>2026-02-24T15:16:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11645</id>
            <title type="text"><![CDATA[google/mcp]]></title>
            <link rel="alternate" href="https://github.com/google/mcp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11645"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google 💚 MCP.

This repository contains a list of Google&amp;#039;s official Model Context Protocol (MCP) servers, guidance on how to deploy MCP servers to Google Cloud, and examples to get started.]]>
            </summary>
            <updated>2026-01-30T07:50:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11596</id>
            <title type="text"><![CDATA[Google AI Edge Gallery ✨]]></title>
            <link rel="alternate" href="https://github.com/google-ai-edge/gallery" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11596"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A gallery that showcases on-device ML/GenAI use cases and allows people to try and use models locally. 

The Google AI Edge Gallery is an experimental app that puts the power of cutting-edge Generative AI models directly into your hands, running entirely on your Android (available now) and iOS (available now via TestFlight) devices. Dive into a world of creative and practical AI use cases, all running locally, without needing an internet connection once the model is loaded. Experiment with different models, chat, ask questions with images and audio clip, explore prompts, and more!

Related contents:

- [Edge Gallery - IA Google en local sur smartphone @ Korben :fr:](https://korben.info/edge-gallery-ia-locale-smartphone.html).]]>
            </summary>
            <updated>2026-01-26T08:15:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11264</id>
            <title type="text"><![CDATA[A2UI]]></title>
            <link rel="alternate" href="https://a2ui.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11264"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Protocol for Agent-Driven Interfaces¶

A2UI enables AI agents to generate rich, interactive user interfaces that render natively across web, mobile, and desktop—without executing arbitrary code. 

- [A2UI @ GitHub](https://github.com/google/A2UI).]]>
            </summary>
            <updated>2025-12-17T12:59:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11120</id>
            <title type="text"><![CDATA[Dotprompt]]></title>
            <link rel="alternate" href="https://google.github.io/dotprompt/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11120"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Executable GenAI Prompt Templates.

Dotprompt is an executable prompt template file format for Generative AI. It is designed to be agnostic to programming language and model provider to allow for maximum flexibility in usage. Dotprompt extends the popular Handlebars templating language with GenAI-specific features.

- [Dotprompt @ GitHub](https://github.com/google/dotprompt).
- [runprompt @ GitHub](https://github.com/chr15m/runprompt).]]>
            </summary>
            <updated>2025-11-28T12:45:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11075</id>
            <title type="text"><![CDATA[Perfetto]]></title>
            <link rel="alternate" href="https://perfetto.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11075"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[System profiling, app tracing and trace analysis.

Production-grade client-side tracing, profiling, and analysis for complex software systems. 

Perfetto is an open-source suite of SDKs, daemons and tools which use tracing to help developers understand the behaviour of complex systems and root-cause functional and performance issues on client and embedded systems.

It is a production-grade tool that is the default tracing system for the Android operating system and the Chromium browser.

- [Perfetto @ GitHub](https://github.com/google/perfetto).

Related contents:

- [We stopped roadmap work for a week and fixed 189 bugs @ Lalit Maganti](https://lalitm.com/fixits-are-good-for-the-soul/).]]>
            </summary>
            <updated>2025-11-24T12:14:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10988</id>
            <title type="text"><![CDATA[No Longer Evil Thermostat]]></title>
            <link rel="alternate" href="https://nolongerevil.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10988"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Breathing new life into bricked and outdated Nest Generation 1 &amp;amp; 2 thermostats. Repurpose your old hardware with our custom software and enjoy a beautiful, modern control interface.

- [Nest Thermostat Firmware Setup @ GitHub](https://github.com/codykociemba/NoLongerEvil-Thermostat).

Related contents:

- [NoLongerEvil - Un nouveau souffle pour les thermostats NEST @ Korben :fr:](https://korben.info/nolongerevil-thermostat-google-nest-bounty.html).]]>
            </summary>
            <updated>2025-11-17T10:46:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10552</id>
            <title type="text"><![CDATA[Jules]]></title>
            <link rel="alternate" href="https://jules.google/docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Jules is an experimental coding agent that helps you fix bugs, add documentation, and build new features. It integrates with GitHub, understands your codebase, and works asynchronously — so you can move on while it handles the task.

Related contents:

- [Introducing the Jules API @ Jules documentation](https://jules.google/docs/changelog/).]]>
            </summary>
            <updated>2025-10-06T11:48:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10438</id>
            <title type="text"><![CDATA[uBlacklist]]></title>
            <link rel="alternate" href="https://ublacklist.github.io/docs" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10438"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[uBlacklist is a browser extension that filters Google Search results, available for Chrome, Firefox, and Safari.

- [uBlacklist @ GitHub](https://github.com/iorate/ublacklist).

Related contents:

- [uBlockOrigin &amp;amp; uBlacklist Huge AI Blocklist @ GitHub](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist).
- [Super SEO Spam Suppressor (SSSS) @ GitHub](https://github.com/NotaInutilis/Super-SEO-Spam-Suppressor).
- [uBlacklist - Reprenez le contrôle de Google @ Korben :fr:](https://korben.info/ublacklist-extension-filtrer-resultats-google.html).]]>
            </summary>
            <updated>2025-09-29T10:44:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10402</id>
            <title type="text"><![CDATA[snappy]]></title>
            <link rel="alternate" href="https://google.github.io/snappy/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10402"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast compressor/decompressor.

Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more.

- [snappy @ GitHub](https://github.com/google/snappy).]]>
            </summary>
            <updated>2025-09-26T12:22:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10248</id>
            <title type="text"><![CDATA[Genkit]]></title>
            <link rel="alternate" href="https://genkit.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10248"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open-source framework for building AI-powered apps, built and used in production by Google

Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google 

It offers a unified interface for integrating AI models from providers like Google, OpenAI, Anthropic, Ollama, and more. Rapidly build and deploy production-ready chatbots, automations, and recommendation systems using streamlined APIs for multimodal content, structured outputs, tool calling, and agentic workflows.

- [Genkit @ GitHub](https://github.com/firebase/genkit).

Related contents:

- [Announcing Genkit Go 1.0 and Enhanced AI-Assisted Development @ Google for Developers](https://developers.googleblog.com/en/announcing-genkit-go-10-and-enhanced-ai-assisted-development/).]]>
            </summary>
            <updated>2025-09-17T11:38:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10246</id>
            <title type="text"><![CDATA[Agent Payments Protocol (AP2)]]></title>
            <link rel="alternate" href="https://ap2-protocol.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10246"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Building a Secure and Interoperable Future for AI-Driven Payments. 

- [Agent Payments Protocol (AP2) @ GitHub](https://github.com/google-agentic-commerce/AP2).

Related contents:

- [ Google&amp;#039;s new open protocol secures AI agent transactions - and 60 companies already support it  @ ZDNET](https://www.zdnet.com/article/googles-new-open-protocol-secures-ai-agent-transactions-and-60-companies-already-support-it/).]]>
            </summary>
            <updated>2025-09-17T11:23:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10205</id>
            <title type="text"><![CDATA[Stitch]]></title>
            <link rel="alternate" href="https://stitch.withgoogle.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10205"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Design with AI.
Transform ideas into UI designs for mobile and web applications.

Related contents:

- [Google Stitch - L&amp;#039;IA qui transforme vos gribouillis en interfaces pro @ Korben :fr:](https://korben.info/google-stitch-ai-design-ui.html).]]>
            </summary>
            <updated>2025-09-15T09:39:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/202</id>
            <title type="text"><![CDATA[Opal]]></title>
            <link rel="alternate" href="https://opal.withgoogle.com/landing/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/202"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build, edit and share mini-AI apps using natural language.

Related contents:

- [Introducing Opal: describe, create, and share your AI mini-apps @ Google for Developers](https://developers.googleblog.com/en/introducing-opal/).
- [Opal de Google - Créez des mini-apps IA sans coder, juste en décrivant ce que vous voulez @ Korben :fr:](https://korben.info/opal-google-mini-apps-ia-no-code-workflow-visuel.html).]]>
            </summary>
            <updated>2025-10-20T09:19:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/304</id>
            <title type="text"><![CDATA[Mesop]]></title>
            <link rel="alternate" href="https://mesop-dev.github.io/mesop/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/304"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Rapidly build AI apps in Python.

Create web apps without the complexity of frontend development.
Used at Google for rapid AI app development. 

Mesop is a Python-based UI framework that allows you to rapidly build web apps like demos and internal apps.

- [Mesop @ GitHub](https://github.com/mesop-dev/mesop).]]>
            </summary>
            <updated>2026-01-19T15:55:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/308</id>
            <title type="text"><![CDATA[OSS Rebuild]]></title>
            <link rel="alternate" href="https://github.com/google/oss-rebuild" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/308"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Securing open-source package ecosystems by originating, validating, and augmenting build attestations. 

OSS Rebuild aims to apply reproducible build concepts at low-cost and high-scale for open-source package ecosystems.

Rebuilds are derived by analyzing the published metadata and artifacts and are evaluated against the upstream package versions. When successful, build attestations are published for the upstream artifacts, verifying the integrity of the upstream artifact and eliminating many possible sources of compromise.

Related contents:

- [Introducing OSS Rebuild: Open Source, Rebuilt to Last @ Simon Willison’s Weblog](https://simonwillison.net/2025/Jul/23/oss-rebuild/#atom-everything).]]>
            </summary>
            <updated>2026-04-09T09:14:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/530</id>
            <title type="text"><![CDATA[Genkit]]></title>
            <link rel="alternate" href="https://github.com/firebase/genkit?tab=readme-ov-file" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/530"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to develop, integrate, and test AI features with observability and evaluations. Genkit works with various models and platforms.

Genkit is an open-source framework for building full-stack AI-powered applications, built and used in production by Google&amp;#039;s Firebase. It provides SDKs for multiple programming languages with varying levels of stability]]>
            </summary>
            <updated>2025-08-28T17:26:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/761</id>
            <title type="text"><![CDATA[Firebase]]></title>
            <link rel="alternate" href="https://firebase.google.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/761"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google&amp;#039;s Mobile and Web App Development Platform.

Related contents:

- [Burned by cloud (100k), looking at self hosting @ ServerlessHorrors](https://serverlesshorrors.com/all/firebase-100k/).]]>
            </summary>
            <updated>2025-08-28T18:04:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/841</id>
            <title type="text"><![CDATA[FilePhish]]></title>
            <link rel="alternate" href="https://greylensresearch.github.io/filephish/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/841"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Filephish is a lightweight, user-friendly tool designed to help you quickly discover documents across the web by combining keywords, site-specific searches, and file type filters 

- [FilePhish @ GitHub](https://github.com/greylensresearch/filephish/).]]>
            </summary>
            <updated>2025-08-28T18:18:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/990</id>
            <title type="text"><![CDATA[Firebase Studio]]></title>
            <link rel="alternate" href="https://firebase.studio/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/990"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Firebase Studio accelerates your entire development lifecycle with AI agents. Build backends, front ends, and mobile apps, all in one place.

Related contents:

- [Google Launches Firebase Studio, a Full-Stack AI App Builder in Your Browser @ maginative](https://www.maginative.com/article/google-launches-firebase-studio-a-full-stack-ai-app-builder-in-your-browser/).]]>
            </summary>
            <updated>2025-08-28T18:42:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1001</id>
            <title type="text"><![CDATA[Agent2Agent Protocol (A2A)]]></title>
            <link rel="alternate" href="https://google.github.io/A2A/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1001"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open protocol enabling communication and interoperability between opaque agentic applications.

One of the biggest challenges in enterprise AI adoption is getting agents built on different frameworks and vendors to work together. That’s why we created an open Agent2Agent (A2A) protocol, a collaborative way to help agents across different ecosystems communicate with each other.

- [Agent2Agent Protocol (A2A) @ GitHub](https://github.com/google/A2A).

Related contents:

- [Announcing the Agent2Agent Protocol (A2A) @ Google for Developers](https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/).
- [MCP vs. A2A: Friends or Foes? @ SwirlAI Newsletter](https://www.newsletter.swirlai.com/p/mcp-vs-a2a-friends-or-foes).]]>
            </summary>
            <updated>2025-08-28T18:44:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1011</id>
            <title type="text"><![CDATA[Gemini API]]></title>
            <link rel="alternate" href="https://ai.google.dev/gemini-api/docs?hl=en" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1011"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google AI for Developers

- [Gemini API Cookbook @ GitHub](https://github.com/google-gemini/cookbook).]]>
            </summary>
            <updated>2025-08-28T18:46:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1583</id>
            <title type="text"><![CDATA[Memorystore Cluster Autoscaler  Autoscaler]]></title>
            <link rel="alternate" href="https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1583"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automatically scale the capacity of your Memorystore Cluster instances based on their utilization. 

The Cloud Memorystore Cluster Autoscaler is a companion tool that allows you to automatically increase or reduce the number of nodes/shards in one or more Memorystore Cluster instances, based on their utilization.

Related contents:

- [Rightsize your Memorystore for Redis Clusters with open-source Autoscaler @ Google Cloud Blog](https://cloud.google.com/blog/products/databases/memorystore-cluster-autoscaler-now-on-github/).]]>
            </summary>
            <updated>2025-08-28T20:19:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1823</id>
            <title type="text"><![CDATA[GHunt]]></title>
            <link rel="alternate" href="https://github.com/mxrch/GHunt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1823"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🕵️‍♂️ Offensive Google framework.

GHunt (v2) is an offensive Google framework, designed to evolve efficiently.
It&amp;#039;s currently focused on OSINT, but any use related with Google is possible.]]>
            </summary>
            <updated>2025-08-28T21:00:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3301</id>
            <title type="text"><![CDATA[NotebookLM]]></title>
            <link rel="alternate" href="https://notebooklm.google.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3301"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[NotebookLM is an AI-powered research and writing assistant that works best with the sources you import.

- [Behind the product: NotebookLM | Raiza Martin (Senior Product Manager, AI @ Google Labs) @ Lenny&amp;#039;s Newsletter](https://www.lennysnewsletter.com/p/googles-notebooklm-raiza-martin).]]>
            </summary>
            <updated>2025-08-29T01:06:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4079</id>
            <title type="text"><![CDATA[LevelDB]]></title>
            <link rel="alternate" href="https://github.com/google/leveldb" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4079"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.]]>
            </summary>
            <updated>2025-08-29T03:17:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4104</id>
            <title type="text"><![CDATA[Material Design]]></title>
            <link rel="alternate" href="https://m3.material.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4104"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Material 3 is the latest version of Google’s open-source design system. Design and build beautiful, usable products with Material 3.

- [Material Web @ GitHub](https://github.com/material-components/material-web).
- [On compliance vs readability: Generating text colors with CSS @ Lea Verou](https://lea.verou.me/blog/2024/contrast-color/).]]>
            </summary>
            <updated>2025-08-29T03:22:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4182</id>
            <title type="text"><![CDATA[Mesop]]></title>
            <link rel="alternate" href="https://google.github.io/mesop/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4182"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Quickly build web UIs in Python. Used at Google for rapid internal app development.

Mesop is a Python-based UI framework that allows you to rapidly build web apps like demos and internal apps.

- [Mesop @ GitHub](https://github.com/google/mesop).]]>
            </summary>
            <updated>2025-08-29T03:34:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4257</id>
            <title type="text"><![CDATA[Project IDX]]></title>
            <link rel="alternate" href="https://idx.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4257"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Project IDX is an AI-assisted workspace for full-stack, multiplatform app development in the cloud. With support for a broad range of frameworks, languages, and services, alongside integrations with your favorite Google products, IDX streamlines your development workflow so you can build and ship apps across platforms with speed, ease, and quality.]]>
            </summary>
            <updated>2025-08-29T03:46:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4539</id>
            <title type="text"><![CDATA[Hoverboard]]></title>
            <link rel="alternate" href="https://github.com/gdg-x/hoverboard" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4539"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Conference website template.

Project Hoverboard is the conference website template that helps you to set up a mobile-first conference website with blog, speaker and schedule management in a few minutes.]]>
            </summary>
            <updated>2025-08-29T04:34:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4560</id>
            <title type="text"><![CDATA[Dataflow]]></title>
            <link rel="alternate" href="https://cloud.google.com/dataflow/?hl=en" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4560"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unified stream and batch data processing that&amp;#039;s serverless, fast, and cost-effective.

- [ &amp;quot;CI/CD avec Dataflow dans Google Cloud&amp;quot; au GDG Cloud Nantes @ GDG France&amp;#039;s YouTube :fr: ](https://www.youtube.com/watch?v=BK88_bIoCpc).]]>
            </summary>
            <updated>2025-08-29T04:36:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4879</id>
            <title type="text"><![CDATA[BinDiff]]></title>
            <link rel="alternate" href="https://zynamics.com/bindiff.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4879"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BinDiff is a comparison tool for binary files, that assists vulnerability researchers and engineers to quickly find differences and similarities in disassembled code.

With BinDiff you can identify and isolate fixes for vulnerabilities in vendor-supplied patches. You can also port symbols and comments between disassemblies of multiple versions of the same binary or use BinDiff to gather evidence for code theft or patent infringement.

[BinDiff @ GitHub](https://github.com/google/bindiff).]]>
            </summary>
            <updated>2025-08-29T05:31:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5042</id>
            <title type="text"><![CDATA[glpi-singlesignon]]></title>
            <link rel="alternate" href="https://github.com/edgardmessias/glpi-singlesignon" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5042"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Single sign-on (SSO) is a property of access control of multiple related, yet independent, software systems. With this property, a user logs in with a single ID and password to gain access to any of several related systems.]]>
            </summary>
            <updated>2025-08-29T05:57:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5097</id>
            <title type="text"><![CDATA[ClojureScript]]></title>
            <link rel="alternate" href="https://clojurescript.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5097"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[ClojureScript is a robust, practical, and fast programming language with a set of useful features that together form a simple, coherent, and powerful tool.

ClojureScript is a compiler for Clojure that targets JavaScript. It emits JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler.]]>
            </summary>
            <updated>2025-08-29T06:07:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5300</id>
            <title type="text"><![CDATA[GooFuzz]]></title>
            <link rel="alternate" href="https://github.com/m3n0sd0n4ld/GooFuzz" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5300"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GooFuzz is a tool to perform fuzzing with an OSINT approach, managing to enumerate directories, files, subdomains or parameters without leaving evidence on the target&amp;#039;s server and by means of advanced Google searches (Google Dorking).]]>
            </summary>
            <updated>2025-08-29T06:40:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5410</id>
            <title type="text"><![CDATA[Sheety]]></title>
            <link rel="alternate" href="https://sheety.co/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5410"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Turn your Google Sheet into an API - Prototypes from sheets.

Thousands of people are using Sheety to turn their spreadsheets into powerful APIs to rapidly develop prototypes, websites, apps and more.]]>
            </summary>
            <updated>2025-08-29T06:59:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5522</id>
            <title type="text"><![CDATA[GVision]]></title>
            <link rel="alternate" href="https://github.com/GONZOsint/gvision" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5522"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GVision is a reverse image search app that use Google Cloud Vision API to detect landmarks and web entities from images, helping you gather valuable information quickly and easily.]]>
            </summary>
            <updated>2025-08-29T07:17:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5664</id>
            <title type="text"><![CDATA[/two-up]]></title>
            <link rel="alternate" href="https://github.com/GoogleChromeLabs/two-up" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5664"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A web component to compare two DOM elements.]]>
            </summary>
            <updated>2025-08-29T07:41:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5778</id>
            <title type="text"><![CDATA[Traefik Forward Auth]]></title>
            <link rel="alternate" href="https://github.com/thomseddon/traefik-forward-auth" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5778"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy.

A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer.]]>
            </summary>
            <updated>2025-08-29T08:00:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5801</id>
            <title type="text"><![CDATA[Kubernetes Operations (kOps)]]></title>
            <link rel="alternate" href="https://github.com/kubernetes/kops" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5801"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Production Grade k8s Installation, Upgrades and Management. The easiest way to get a production grade Kubernetes cluster up and running. We like to think of it as `kubectl` for clusters.

kops will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure.

AWS (Amazon Web Services) and GCE (Google Cloud Platform) are currently officially supported, with DigitalOcean, Hetzner and OpenStack in beta support, and Azure in alpha.]]>
            </summary>
            <updated>2025-08-29T08:04:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5965</id>
            <title type="text"><![CDATA[OSS-Fuzz]]></title>
            <link rel="alternate" href="https://github.com/google/oss-fuzz" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5965"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[continuous fuzzing for open source software.
Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.]]>
            </summary>
            <updated>2025-08-29T08:32:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5966</id>
            <title type="text"><![CDATA[fuzzing]]></title>
            <link rel="alternate" href="https://github.com/google/fuzzing" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5966"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This project aims at hosting tutorials, examples, discussions, research proposals, and other resources related to fuzzing.

Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.]]>
            </summary>
            <updated>2025-08-29T08:32:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6227</id>
            <title type="text"><![CDATA[Comprehensive Rust 🦀]]></title>
            <link rel="alternate" href="https://google.github.io/comprehensive-rust/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6227"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is a four day Rust course developed by the Android team. The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. It also includes Android-specific content on the last day.

[Comprehensive Rust @ GitHub](https://github.com/google/comprehensive-rust)]]>
            </summary>
            <updated>2025-08-29T09:15:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6820</id>
            <title type="text"><![CDATA[Google Digital Garage]]></title>
            <link rel="alternate" href="https://learndigital.withgoogle.com/digitalgarage/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6820"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Learn Digital Skills with Free Training - Learn the skills of the future.

Accelerate your career or business with an online digital skills course in everything from marketing to coding and beyond.]]>
            </summary>
            <updated>2025-08-29T10:54:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6919</id>
            <title type="text"><![CDATA[GoogerTeller]]></title>
            <link rel="alternate" href="https://github.com/berthubert/googerteller" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6919"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Audible feedback on just how much your browsing feeds into Google.
Makes a little bit of noise any time your computer sends a packet to a tracker or a Google service, which excludes Google Cloud users.]]>
            </summary>
            <updated>2025-08-29T11:10:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7045</id>
            <title type="text"><![CDATA[treosh/lighthouse-plugin-field-performance]]></title>
            <link rel="alternate" href="https://github.com/treosh/lighthouse-plugin-field-performance" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7045"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Add real-user performance data to your Lighthouse report.
Google Lighthouse plugin that adds field data to your report. It uses real-user data from Chrome UX Report and Core Web Vitals logic to estimate the score.]]>
            </summary>
            <updated>2025-08-29T11:31:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7319</id>
            <title type="text"><![CDATA[Poly]]></title>
            <link rel="alternate" href="https://poly.google.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7319"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[free 3D models sharing.]]>
            </summary>
            <updated>2025-08-29T12:18:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7388</id>
            <title type="text"><![CDATA[Web Starter Kit]]></title>
            <link rel="alternate" href="https://developers.google.com/web/tools/starter-kit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7388"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Web Starter Kit is an opinionated boilerplate for web development. Tools for building a great experience across many devices and performance oriented. Helping you to stay productive following the best practices outlined in Google&amp;#039;s Web Fundamentals. A solid starting point for both professionals and newcomers to the industry.]]>
            </summary>
            <updated>2025-08-29T12:28:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7551</id>
            <title type="text"><![CDATA[Protocol Buffers]]></title>
            <link rel="alternate" href="https://github.com/google/protobuf" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7551"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Protocol Buffers (a.k.a., protobuf) are Google&amp;#039;s language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf&amp;#039;s documentation on the Google Developers site.]]>
            </summary>
            <updated>2025-08-29T12:56:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7685</id>
            <title type="text"><![CDATA[Neverware CloudReady]]></title>
            <link rel="alternate" href="http://www.neverware.com/#introtext-3" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7685"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Chromebook experience you love. The PC you already have. Install Chromebook OS on any PC]]>
            </summary>
            <updated>2025-08-29T13:19:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7691</id>
            <title type="text"><![CDATA[Resizer - Google Design]]></title>
            <link rel="alternate" href="http://design.google.com/resizer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7691"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test responsive designs on various screen sizes]]>
            </summary>
            <updated>2025-08-29T13:19:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7695</id>
            <title type="text"><![CDATA[Kubity]]></title>
            <link rel="alternate" href="https://www.kubity.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7695"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[convert 3d files to Google Cardboard VR.]]>
            </summary>
            <updated>2025-08-29T13:20:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7709</id>
            <title type="text"><![CDATA[Cayley]]></title>
            <link rel="alternate" href="https://github.com/google/cayley" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7709"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cayley is an open-source graph inspired by the graph database behind Freebase and Google&amp;#039;s Knowledge Graph.

Its goal is to be a part of the developer&amp;#039;s toolbox where Linked Data and graph-shaped data (semantic webs, social networks, etc) in general are concerned.]]>
            </summary>
            <updated>2025-08-29T13:23:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7746</id>
            <title type="text"><![CDATA[NayuOS]]></title>
            <link rel="alternate" href="https://www.nayuos.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7746"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[NayuOS is an ongoing project at Nexedi: since we mainly use Chromebooks as part of our development tools, we want to have more customizable, secure and privacy-compliant devices. We also love Free Software so we do want a Free alternative for Chrome OS that fits our needs.]]>
            </summary>
            <updated>2025-08-29T13:28:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7813</id>
            <title type="text"><![CDATA[Lightsaber Escape]]></title>
            <link rel="alternate" href="https://lightsaber.withgoogle.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7813"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Google experiment to play with a lightsaber using your phone motion sensors as controler]]>
            </summary>
            <updated>2025-08-29T13:39:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7833</id>
            <title type="text"><![CDATA[g2ttrss-mobile]]></title>
            <link rel="alternate" href="https://github.com/g2ttrss/g2ttrss-mobile" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7833"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Google inspired mobile interface for TT-RSS]]>
            </summary>
            <updated>2025-08-29T13:43:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7853</id>
            <title type="text"><![CDATA[CloudReady]]></title>
            <link rel="alternate" href="http://www.neverware.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7853"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Turn any computer into a Chromebook.

Power your computer with the world&amp;#039;s fastest, easiest and most simple operating system.]]>
            </summary>
            <updated>2025-08-29T13:47:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7939</id>
            <title type="text"><![CDATA[Material Design Lite]]></title>
            <link rel="alternate" href="http://www.getmdl.io/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7939"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Material Design Lite lets you add a Material Design look and feel to your websites. It doesn’t rely on any JavaScript frameworks and aims to optimize for cross-device use, gracefully degrade in older browsers, and offer an experience that is immediately accessible. Get started now.]]>
            </summary>
            <updated>2025-08-29T14:00:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8108</id>
            <title type="text"><![CDATA[Material Design for Bootstrap]]></title>
            <link rel="alternate" href="http://fezvrasta.github.io/bootstrap-material-design" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8108"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Material Design for Bootstrap is a theme for Bootstrap 3 which lets you use the new Google Material Design in your favorite front-end framework.]]>
            </summary>
            <updated>2025-08-29T14:28:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8121</id>
            <title type="text"><![CDATA[Charted]]></title>
            <link rel="alternate" href="http://www.charted.co/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8121"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Beautiful, automatic charts]]>
            </summary>
            <updated>2025-08-29T14:31:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8123</id>
            <title type="text"><![CDATA[OpenRefine]]></title>
            <link rel="alternate" href="http://openrefine.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8123"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OpenRefine (formerly Google Refine) is a powerful tool for working with messy data: cleaning it; transforming it from one format into another; extending it with web services; and linking it to databases like Freebase.]]>
            </summary>
            <updated>2025-08-29T14:32:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8130</id>
            <title type="text"><![CDATA[Nogotofail]]></title>
            <link rel="alternate" href="https://github.com/google/nogotofail" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8130"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Nogotofail is a network security testing tool designed to help developers and security researchers spot and fix weak TLS/SSL connections and sensitive cleartext traffic on devices and applications in a flexible, scalable, powerful way. It includes testing for common SSL certificate verification issues, HTTPS and TLS/SSL library bugs, SSL and STARTTLS stripping issues, cleartext issues, and more.]]>
            </summary>
            <updated>2025-08-29T14:32:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8174</id>
            <title type="text"><![CDATA[Web Starter Kit]]></title>
            <link rel="alternate" href="https://developers.google.com/web/starter-kit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8174"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your starting point for building great multi-device web experiences]]>
            </summary>
            <updated>2025-08-29T14:40:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8654</id>
            <title type="text"><![CDATA[Google Swiffy]]></title>
            <link rel="alternate" href="https://www.google.com/doubleclick/studio/swiffy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8654"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Swiffy converts Flash SWF files to HTML5, allowing you to reuse Flash content on devices without a Flash player (such as iPhones and iPads). Swiffy can&amp;#039;t yet convert DoubleClick Studio creatives.]]>
            </summary>
            <updated>2025-08-29T16:00:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8680</id>
            <title type="text"><![CDATA[Terms of Service; Didn&amp;#039;t Read]]></title>
            <link rel="alternate" href="http://tosdr.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8680"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[“I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that.]]>
            </summary>
            <updated>2025-08-29T16:04:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8819</id>
            <title type="text"><![CDATA[BookMe - powered by Doodle]]></title>
            <link rel="alternate" href="https://doodle.com/bookme/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8819"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Nous avons créé BookMe pour les professionnels du service, parce qu’il n’est pas toujours simple de répondre aux appels et que cela vous prend beaucoup de temps. Désormais ce sont vos clients qui réserveront en ligne vos services en fonction de vos disponibilités.]]>
            </summary>
            <updated>2025-08-29T16:29:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9208</id>
            <title type="text"><![CDATA[Google Shopping - PrestaShop]]></title>
            <link rel="alternate" href="http://www.igwane.com/fr/license" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9208"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bonjour à tous, je suis un nouvel utilisateur de prestashop et ayant eu besoin de développer un module pour mettre mes produits sur google, j&amp;#039;ai décidé de le partager avec vous ! Le module se complète petit à petit, il est désormais fourni avec la tâche cron qui lui permet de s&amp;#039;auto-générer !]]>
            </summary>
            <updated>2025-08-29T17:33:38+00:00</updated>
        </entry>
    </feed>
