stackoverflow icon

Stackoverflow

c++ undefined reference error troubles my life [duplicate]

I was trying to split the following code into separate header and definition files but i keep getting an "undefined reference to `discrete_random_variable::generate_alias_table(std::vector<...

  • c++
  • reference
  • undefined
vote icon

0

comments icon

0

avatar icon

Oleg_s

Method returns undefined array to function [duplicate]

I´m using a function to grab data from a database and store those into a array. This array should now be returned to the function which calls it. But the array seems to return undefined even tho it ...

  • javascript
  • arrays
  • undefined
vote icon

-1

comments icon

2

avatar icon

Danuh xux

CMake doesn't link cpp file

I am compiling a static library using CMake. I have class "Track". Here's how it's declared in the .h file: class Track { private: static int _id_counter; int _id; TrackInfo ...

  • cmake
  • reference
  • linker
  • undefined
vote icon

-3

comments icon

0

avatar icon

lexcf

Uncaught (in promise) SyntaxError: "undefined" is not valid JSON at content_bundle.js:1:966643

I have installed create-react-app and ran it in http://localhost:3000 successfully. But the console showed the error : "Uncaught (in promise) SyntaxError: "undefined" is not valid JSON ...

  • undefined
  • create-react-app
vote icon

-1

comments icon

0

avatar icon

Ngô Đức Cường

Can you destructure a result from an SWR query?

I have a very simple query to an external API: const fetcher = (...args) => fetch(...args).then(x=>x.json()) const {data:{results}, error} = useSWR("https://xxxxxxxxxxxxxxxx",fetcher)...

  • reactjs
  • next.js
  • undefined
  • swr
  • destructure
vote icon

0

comments icon

1

avatar icon

Joe

Cannot read property of undefined in comparator function

I have a quicksort algoritm (Hoare Partition Scheme) for objects of my class and three comparators. class Participant { login; fine; solved; } /*This function should convert array of ...

  • javascript
  • undefined
  • quicksort
  • comparator
  • logical-operators
vote icon

1

comments icon

1

avatar icon

Isidore

How to check if a Array/ a Reference exist then do something [duplicate]

We have a share.js file which based on "var DataList = { "jp": {"header": "On page header h1"} }" then do something. But not all the pages have the "var ...

  • jquery
  • undefined
  • referenceerror
vote icon

-1

comments icon

0

avatar icon

Yan Mak

Cannot read properties of undefined (reading 'Button') on ui popup

I'm trying to create a simple way for my brother to add customer & address to a persistent record by pressing a button. He enters receipt info for supplies and the customer's name, then the ...

  • button
  • undefined
  • alert
vote icon

0

comments icon

0

avatar icon

Finrod

TS2722: Cannot invoke an object which is possibly 'undefined' on a well-defined & readonly function

I just stumbled upon this: type Author = { readonly getName?: () => string; } const john: Author = { getName: () => 'John Doe', }; john.getName(); // TS2722: Cannot invoke an object ...

  • typescript
  • function
  • undefined
vote icon

0

comments icon

1

avatar icon

Zed-K

in wolfssl 'wc_ecc_get_generator' is not compiled and cannot be used

I downloaded and installed wolfssl-5.5.4 according to the document. I want to use the wc_ecc_get_generator() function in ecc.h. When compiling, I found undefined reference to 'wc_ecc_get_generator()'. ...

  • undefined
  • wolfssl
vote icon

0

comments icon

0

avatar icon

zihao wang

Warning : Undefined array key "user_data"

i have a problem with a variable that i use to set if session is activated and i got the message in the title. Here is how it is defined : header.php : <?php if(isset($data['user_data']->nom)) : ...

  • arrays
  • key
  • undefined
  • warnings
vote icon

-1

comments icon

0

avatar icon

stefde3

wolfssl undefined reference to 'wc_ecc_get_generator' [duplicate]

I just want to get the elliptic curve generator of type ecc_point using wc_ecc_get_generator(),but when i use the command g++ SM.cpp -o SM -lwolfssl,it told me that undefined reference to ...

  • c++
  • undefined
  • wolfssl
vote icon

-1

comments icon

0

avatar icon

zihao wang

Undefined Columns Selected R error with PPRL package

I've been trying to perform record linkage between two datasets, using as a trace the example code for the PPRL package, but i get an "undefined columns selected" error message. Here is the ...

  • r
  • undefined
vote icon

0

comments icon

0

avatar icon

Priscilla Gaibini

Elementor REPEATER Control with GALLERY Control inside, output undefined and foreach() warnings

I am currently developing an elementor widget and I have the following problem: I'd like to have a GALLERY Control inside a REPEATER Control as in the following image: my widget Here's the code I have ...

  • wordpress
  • foreach
  • undefined
  • repeater
  • elementor
vote icon

0

comments icon

1

avatar icon

Liviu

First element of array undefined after push in JavaScript

If I declare an array and then push to it, it will have length "2" not "1", and the first element will be undefined. let myArray = [new Array(2)]; myArray.push(['hi', 'hello']); ...

  • javascript
  • arrays
  • undefined
vote icon

1

comments icon

1

avatar icon

Aashishkebab

RangeError: [BitFieldInvalid] Invalid bitfield flag or number: undefined

` //keepAlive const keepAlive = require('./server'); keepAlive(); require('dotenv').config(); const config = require('./botconfig/config.json'); const ee = require('./botconfig/embed.json'); const { ...

  • undefined
vote icon

0

comments icon

0

avatar icon

Sogyy

What can cause undefined columns error in GAPIT?

I'm starting working with GAPIT for GWAS. Here is an error that I get while trying to run. the simplest GLM with my data: "[1] "GD does not mach GM in Manhattan !!!" Error in [.data....

  • r
  • undefined
  • gwas
vote icon

0

comments icon

0

avatar icon

M.Tis

TypeScript error with object properties possibly undefined despite checking for undefined values using Object.values()

I have an interface MentionItem with id and value properties, both of which are required to be strings. However, TypeScript is giving me an error that these properties are possibly string | undefined. ...

  • javascript
  • typescript
  • undefined
vote icon

1

comments icon

1

avatar icon

Y. Gherbi

Uncaught TypeError: Cannot read properties of null (reading 'isReceivedCall')

I am trying to make a video chat app. I want the answer button to be activated when a call comes in. But I am getting this error: My Notification.jsx file looks like this: import React, { ...

  • javascript
  • reactjs
  • undefined
vote icon

0

comments icon

1

avatar icon

idil

Defining bar as swing top Pine Script

Chart of what I am trying to achieve Hi! I've tried to define a swing top as an upbar followed by a downbar. And the swing top being the high of the first bar, the upbar that is. The ST in green is ...

  • undefined
  • pine-script
  • trading
  • price
  • highest
vote icon

0

comments icon

1

avatar icon

Johan

Laravel - Undefined variable $kriteriasub on view

I have a problem with this Undefined variable $kriteriasub (View: D:\Sistem\try 5\resources\views\subkriteria.blade.php) I have try declared $kriteriasub on the controller like this Controller public ...

  • php
  • variables
  • undefined
  • laravel-6
vote icon

0

comments icon

0

avatar icon

Vella Angkur

Node JS await call returns undefined [duplicate]

The problem is that when I make a POST call to /login, the const user gets assigned undefined even though getUser() always returns the same value. The call console.log(getUser()); at the end of the ...

  • javascript
  • node.js
  • express
  • async-await
  • undefined
vote icon

0

comments icon

2

avatar icon

FMR7

Add typed function to array prototype

I have a function written in typescript which takes an array of type (T | undefined)[] and filters out all undefined values, so that the resulting type is only T. function filterUndefined<T>(ts: ...

  • typescript
  • undefined
  • prototype
vote icon

0

comments icon

1

avatar icon

pietsch

Uncaught TypeError: Cannot read properties of undefined (reading 'prepareStyles')

I am getting the above error while using Material-UI , i dont know how to get over this. I am making sure the rows are valid and defined before accessing, but tooo error coming. return ( <div ...

  • reactjs
  • material-ui
  • undefined
vote icon

0

comments icon

0

avatar icon

New User

How to fix PHP Warning: Undefined array key in Code for WooCommerce category image switch on hover [duplicate]

I have this code in my child theme functions.php file: // add hover image to woo category page add_action( 'woocommerce_before_shop_loop_item_title', 'mem_add_on_hover_shop_loop_image' ) ; ...

  • php
  • arrays
  • key
  • undefined
vote icon

-1

comments icon

1

avatar icon

Tamsin Carter

Express.JS POST receives undefined fields from Javascript fetch

I'm trying to POST information from my website to my Express.Js server, but I receiving undefined fields. Javascript code: <!--This is located within my webpage--> <script> const ...

  • javascript
  • express
  • post
  • undefined
  • fetch-api
vote icon

-2

comments icon

0

avatar icon

Dennis Solomon

How to change "undefined" text when WooCommerce shipping address calculator isn't filled?

In WooCommerce shipping methods I added shipping calculator to select state and city, and when the page opens without any selections it says "Shipping to undefined, undefined". Since I'm ...

  • php
  • wordpress
  • woocommerce
  • undefined
vote icon

0

comments icon

0

avatar icon

María Andrea Molina Miranda

Meteor Astronomy : TypeError, Cannot read property 'prototype' of undefined

I'm asking for help here because I've been stuck on this problem for several days. https://i.stack.imgur.com/4Jk6e.png I'm using the Astronomy package in my Meteor project and after defining a new ...

  • javascript
  • meteor
  • undefined
  • prototype
  • astronomy
vote icon

0

comments icon

0

avatar icon

Vikron

DOM elements not loading causes 'undefined' error

for a project where I'm building a website I have the following JS code: load(); function load(){ addHeader(...); addNav(...); addMenu(...); addPosterTrailer(...); addPlot(); addCastCrew()...

  • javascript
  • html
  • css
  • undefined
vote icon

0

comments icon

0

avatar icon

Jord van Eldik

ERROR TypeError: Cannot convert undefined value to object - React Native

Please help me with this error HomeScreen.js import { StyleSheet, Text, View, Dimensions, ScrollView, Image, FlatList} from 'react-native' import React,{useState,useRef,useEffect} from 'react' import ...

  • reactjs
  • react-native
  • undefined
vote icon

0

comments icon

0

avatar icon

romi abdel

No TypeScript error when using an undefined global variable in a function

I am new to typescript. I thought it was supposed to catch stuff like this, but maybe I just don't understand it well enough. The problem comes up when I try do something like this: interface A { ...

  • javascript
  • typescript
  • undefined
vote icon

1

comments icon

1

avatar icon

kuld

OracleDataReader is not defined using Oracle.ManageAccess.Client asp.net VB

Imports Oracle.DataAcess.Client Public Function Data() As OracleDataReader //CODE HERE End Function Above code works if I use Imports Oracle.DataAccess.Client . But if I use Imports Oracle....

  • oracle
  • vb.net
  • undefined
vote icon

0

comments icon

0

avatar icon

Edito Moncada Jr

test a java script boolean function does not work

I wrote a little code snippet to check, weather a date lies in holidays or if it is a normal working day. When I use the function with a date in holidays the function seems to return true. When i ...

  • javascript
  • function
  • boolean
  • undefined
vote icon

0

comments icon

2

avatar icon

nebuto

Unidentified array key "id"

I added a few lines and have this error : Unidentified array key "id" in ...\profile.php when I added these lines the error occurs: $profile = new Profile(); $profile_data = $profile->...

  • arrays
  • key
  • undefined
vote icon

0

comments icon

0

avatar icon

davitt

JS function not defined when type="module" [duplicate]

Im working on a website where i have the following code: index.html <!DOCTYPE html> <html lang="nl"> <head> <meta name="viewport" content="width=...

  • javascript
  • html
  • function
  • undefined
vote icon

0

comments icon

0

avatar icon

Jord van Eldik

Database fetch JavaScript function is returning undefined when the value is explicitly stated before the return statement

I am inserting an address into my SQL db and returning the id of that address once it's inserted. If it is already inserted I get the id of the address that has been inserted previously. For some ...

  • javascript
  • function
  • async-await
  • return
  • undefined
vote icon

-1

comments icon

1

avatar icon

RLee

C: CHAR_BIT do not change the char size

I recently founded CHAR_BIT and I tried to change it to 9 (or anything above 8) #include <limits.h> #define CHAR_BIT 9 Indeed when I print CHAR_BIT, it returns 9 (that's correct). But when I ...

  • c
  • char
  • include
  • undefined
vote icon

3

comments icon

3

avatar icon

Enrique Anguiano Vara

Error expects string as the type, but found undefined with commit state to clear

I have a function that passes Data to Array, and whenever I call it again the previous data must be cleared. I'm handling it in-store as: const actions = { async clearAllStatesData({ commit }) { ...

  • object
  • vuejs2
  • vuex
  • undefined
  • vue-storefront
vote icon

0

comments icon

1

avatar icon

sanaz baghban

How do access cart Items and use find to check if a product exist in an array using the handle add product function?

import React, { Component } from 'react' import '../Pages.css' import { Box, Card, CardContent, Typography, CardMedia, Button} from "@mui/material"; import Grid from '...

  • javascript
  • reactjs
  • find
  • undefined
vote icon

0

comments icon

0

avatar icon

Uche Chukwu

Angular ViewChild is undefined - why?

I tried to implement (to test my skills) my own toast message service - dynamically add my toast message to the page. I developed a toast message service - which (I think) is not important here (...

  • angular
  • runtime-error
  • undefined
  • viewchild
vote icon

0

comments icon

1

avatar icon

Zoltan Hernyak

codecademy expressJS post request comes back undefined

Here is my repository: https://github.com/Fluckerbust/quoteAPI Essentially it asked me to build a post request to push a quote and the person from the new-quote page. I am able to console log the ...

  • javascript
  • express
  • undefined
  • push
vote icon

0

comments icon

1

avatar icon

jon raynes

using wolfssl mp_init() ,undefined reference to 'sp_init'

#include <stdlib.h> #include <unistd.h> #include <wolfssl/options.h> #include <wolfssl/wolfcrypt/settings.h> #include <wolfssl/ssl.h> #include <wolfssl/wolfcrypt/sp.h&...

  • g++
  • undefined
  • wolfssl
vote icon

0

comments icon

1

avatar icon

zihao wang

How can I initiate a quiz by clicking on a button in JavaScript?

I've build a quiz app. I want the user to be able to click a play button and the quiz start again from question one after the user has finished the first round. right now, if the user starts answering ...

  • javascript
  • html
  • css
  • undefined
vote icon

-1

comments icon

1

avatar icon

Azongo Ismail

Check if img src tag is empty or null or undefinded

I'm working with JSON data and process that data to insert it into the proper html-tags. Some times the JSON data doesn't contain information or isn't available at all. In the given example the src is ...

  • javascript
  • html
  • json
  • null
  • undefined
vote icon

0

comments icon

3

avatar icon

Bart Zakkenwasser

TypeError: Cannot read properties of undefined (reading 'data')?

I have an error interceptor using axios, however I cannot capture the error content, when it is captured. There is no value in "error". Note the code: console: enter image description here ...

  • typescript
  • axios
  • try-catch
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

S. Bassi

Is there a way to pass an argument that will be defined within the function to a function?

I want to pass an argument into a function, without it being defined at the time I pass it in. It will then be defined within the function, and I can pass it as an argument to another function. I can'...

  • python
  • function
  • arguments
  • undefined
vote icon

0

comments icon

0

avatar icon

Ryan Chapados

React useParams returning undefined

I'm building a search engine using the Marvel API. I have a HeroComics component and a Home component. I'm trying to pass {character.name} from HeroComics to Home using the following code in ...

  • reactjs
  • undefined
  • url-parameters
vote icon

0

comments icon

1

avatar icon

Julian

REACT array props inaccessible

I'm new on React and got a problem with the props. I got a props, name location, that is an array and I want to access to location.pictures[0] location.pictures is an array who got 5 pictures. But ...

  • reactjs
  • arrays
  • undefined
vote icon

0

comments icon

0

avatar icon

Anthony Scrimali

Javascript object method returns undefined?

I am following the headfirst javascript programming book and I am building the battleship game. I wrote a function to be used as an object method. The function returns properly but when I try to use ...

  • javascript
  • object
  • undefined
vote icon

0

comments icon

0

avatar icon

Scott Dyer

stackoverflow icon

Stackoverflow

Take It Slow & Say Hello: A Sloth’s Guide to Making Friends Online

Sloan the DEV Moderator

Sloan the DEV Moderator

  • #welcome
  • #community
  • #meta
vote icon

No reaction

comments icon

8

My Favorite Python Books and Courses for Beginners

javinpaul

javinpaul

  • #python
  • #books
  • #coding
  • #programming
vote icon

No reaction

comments icon

Add Comment

3 Scalable Next.js Architecture Boilerplate

Imamuzzaki Abu Salam

Imamuzzaki Abu Salam

  • #webdev
  • #architecture
  • #nextjs
  • #github
vote icon

No reaction

comments icon

Add Comment

What We Learned About Starting a New Career and Supporting Diversity in the Workplace (CN Podcast S23:E8)

Rachel Fazio

Rachel Fazio

  • #beginners
  • #codenewbie
  • #programming
vote icon

No reaction

comments icon

Add Comment

Why On-Chain is the New On-Line

Galaxia Studios

Galaxia Studios

  • #web3
  • #blockchain
  • #fullyonchaingaming
  • #onchain
vote icon

No reaction

comments icon

Add Comment

Exploring Cloud Models: Public, Private, Hybrid, and Multi-Cloud

Sean Coughlin

Sean Coughlin

  • #cloudcomputing
  • #cloud
  • #cloudarchitecture
  • #aws
vote icon

No reaction

comments icon

Add Comment

We put ChatGPT on your website

Thomas Hansen

Thomas Hansen

  • #wordpress
  • #chatgpt
  • #openai
  • #webdev
vote icon

No reaction

comments icon

Add Comment

Figma to Flutter: Parabeac 4.0 Updates to Components

lily-099

lily-099

  • #flutter
  • #tutorial
  • #dart
  • #android
vote icon

No reaction

comments icon

Add Comment

VMClarity: Virtual Machine Security

Shannon McFarland

Shannon McFarland

  • #sbom
  • #opensource
  • #appsec
vote icon

No reaction

comments icon

1 comment

😊 Listen to Your Customers Via Feedback to Avoid Churn 🔥

Shahbaz

Shahbaz

  • #startup
vote icon

No reaction

comments icon

Add Comment

AWS Amplify and ChatGPT: one way to generate html mock files for our demos 🤖

socraDrk

socraDrk

  • #aws
  • #chatgpt
  • #react
  • #productivity
vote icon

No reaction

comments icon

Add Comment

What Kept Me Motivated to Keep Learning This Week

Rachel Fazio

Rachel Fazio

  • #codenewbie
  • #beginners
vote icon

No reaction

comments icon

Add Comment

Novidades no .NET 8 Preview 3 [PT-BR]

André N. Darcie

André N. Darcie

  • #ptbr
  • #braziliandevs
  • #dotnet
  • #csharp
vote icon

No reaction

comments icon

Add Comment

Data validation with Fluent Validation for ASP NET Core

Oscar Montenegro

Oscar Montenegro

  • #csharp
  • #programming
  • #aspdotnet
  • #beginners
vote icon

No reaction

comments icon

Add Comment

GetBlock Launches Affiliate Program: How to Benefit from It

GetBlockio

GetBlockio

  • #affiliate
  • #web3
  • #referral
  • #devops
vote icon

No reaction

comments icon

Add Comment

A Professionals Guide to Personal Finance for Indians

Soumyadeep Mandal

Soumyadeep Mandal

  • #finance
  • #debt
  • #indian
  • #imsampro
vote icon

No reaction

comments icon

Add Comment

LangChain + Aim: Building and Debugging AI Systems Made EASY!

tatyana

tatyana

  • #openai
  • #chatgpt
  • #tutorial
  • #ai
vote icon

No reaction

comments icon

Add Comment

Como tem sido o meu processo criativo para escrever um livro infantil sobre programação

Larissa Vitoriano

Larissa Vitoriano

vote icon

No reaction

comments icon

3

Weekly Challenge #6 - Weather App

Brian Bethencourt

Brian Bethencourt

  • #challenge
  • #codenewbie
  • #weeklychallenge
  • #beginners
vote icon

No reaction

comments icon

Add Comment

Undefined type 'Spatie\Permission\Models\' . 'Permission' | 'Role' | 'HasRoles'

Sam

Sam

  • #webdev
  • #laravel
  • #php
  • #vscode
vote icon

No reaction

comments icon

Add Comment

SOLID Principles - Breaking Bad using Python 🧪

Damian J☁️

Damian J☁️

  • #beginners
  • #python
  • #programming
  • #codenewbie
vote icon

No reaction

comments icon

Add Comment

GitHub CLI: gives wings to terminal

Vishnu Prasaath

Vishnu Prasaath

vote icon

No reaction

comments icon

Add Comment

Docker: The Ultimate Guide to Streamline Application Development

MD RAHIM IQBAL

MD RAHIM IQBAL

  • #docker
  • #containers
  • #node
  • #dockerhub
vote icon

No reaction

comments icon

Add Comment

Best AI Text Generators in 2023

Eden AI

Eden AI

  • #ai
  • #api
  • #textgeneration
  • #generativeai
vote icon

No reaction

comments icon

Add Comment

What you have to learn before React

Nico Zerpa (he/him)

Nico Zerpa (he/him)

  • #webdev
  • #javascript
vote icon

No reaction

comments icon

1 comment

One SVG to Rule Them All: The Dynamic Way

Andreas Bergström

Andreas Bergström

  • #javascript
  • #reactnative
vote icon

No reaction

comments icon

Add Comment

Generate placeholder images at edge with thumbhash

Bryce Dorn

Bryce Dorn

  • #showdev
  • #webdev
  • #javascript
  • #serverless
vote icon

No reaction

comments icon

Add Comment

Design to Developer Handoff: How enterprise teams can create a smoother process

Esther Agbaje

Esther Agbaje

  • #webdev
  • #uiweekly
  • #chakraui
  • #productivity
vote icon

No reaction

comments icon

Add Comment

Module Federation v7 featuring Delegate Modules Part II

Viktoriia Lurie

Viktoriia Lurie

  • #webdev
  • #modulefederation
  • #medusa
  • #webpack
vote icon

No reaction

comments icon

Add Comment

How to build a personal brand as a software engineer

Hunter Johnson

Hunter Johnson

  • #productivity
  • #career
  • #programming
vote icon

No reaction

comments icon

Add Comment

Optional function in swift Protocol

NalineeR

NalineeR

  • #swift
  • #protocol
  • #optional
vote icon

No reaction

comments icon

Add Comment

React API for JavaScript Devs

Vivek Alhat

Vivek Alhat

  • #react
  • #javascript
  • #beginners
  • #webdev
vote icon

No reaction

comments icon

Add Comment

No execution logs on AWS Express workflow? 🤔 📖

Maxime Vivier

Maxime Vivier

  • #aws
  • #stepfunctions
  • #serverless
  • #cdk
vote icon

No reaction

comments icon

Add Comment

Getting Started with Tree-Shaking in Webpack

Fedor

Fedor

vote icon

No reaction

comments icon

Add Comment

Exploring the Benefits of Using .NET Core for Microservices Architecture

Bhavin Moradiya

Bhavin Moradiya

  • #dotnet
  • #dotnetcore
  • #beginners
  • #architecture
vote icon

No reaction

comments icon

Add Comment

Creating a recommender system in 10 lines of javascript

eerk

eerk

  • #javascript
  • #machinelearning
  • #tutorial
  • #ai
vote icon

No reaction

comments icon

Add Comment

Two Rust features that I miss in Other languages

YJDoc2

YJDoc2

vote icon

No reaction

comments icon

Add Comment

How to configure Vite/React to build a Google Chrome (Web) Extension

Andreas Riedmüller

Andreas Riedmüller

  • #vite
  • #react
  • #tutorial
vote icon

No reaction

comments icon

Add Comment

A arte das coleções em .NET - List

Thaise Medeiros

Thaise Medeiros

vote icon

No reaction

comments icon

Add Comment

Fix Apple Bugs using a "Secret" Linux Browser

Ingo Steinke

Ingo Steinke

  • #webdev
  • #testing
  • #safari
  • #beginners
vote icon

No reaction

comments icon

2

Top 9 Commercial Distributed Tracing Tools

Adnan Rahić

Adnan Rahić

  • #devops
  • #observability
  • #cloud
  • #tooling
vote icon

No reaction

comments icon

Add Comment

AI-Powered Coding: A Look at GitHub CoPilot's Capabilities

Rutika Khaire

Rutika Khaire

  • #ai
  • #github
  • #developers
  • #programming
vote icon

No reaction

comments icon

1 comment

Request Tracing in Node.js

Yuval Hazaz

Yuval Hazaz

  • #node
  • #backend
  • #testing
  • #javascript
vote icon

No reaction

comments icon

Add Comment

Behind the scenes of the exciting beta 9 release

Alexander Fridriksson

Alexander Fridriksson

  • #database
  • #surrealdb
  • #community
vote icon

No reaction

comments icon

Add Comment

Lazy loading para imagens em background

Clayton Rafael

Clayton Rafael

vote icon

No reaction

comments icon

Add Comment

Porque Amamos Go! ❤

jefferson otoni lima

jefferson otoni lima

vote icon

No reaction

comments icon

Add Comment

Unleashing the Magic of Job Schedulers: How to Tame Your Code and Save Your Sanity

Ujjwal Tyagi

Ujjwal Tyagi

  • #beginners
  • #webdev
  • #dataengineering
  • #schedule
vote icon

No reaction

comments icon

Add Comment

Buildless workflow through import maps (featuring Lit, Shoelace and more)

Matsuuu

Matsuuu

  • #javascript
  • #lit
  • #shoelace
  • #importmaps
vote icon

No reaction

comments icon

Add Comment

How to Save and Play Audio in React Native Expo App

Shilleh

Shilleh

  • #reactnative
  • #expo
  • #webdev
  • #javascript
vote icon

No reaction

comments icon

1 comment

Aprenda Linux de graça em 2023 com a LINUXtips: com certificado!

guiadeti

guiadeti

  • #cursogratuito
  • #treinamento
  • #cursos
  • #cursosgratuitos
vote icon

No reaction

comments icon

Add Comment

gradient triangle

Servo plans to move their layout engine to “Layout 2020”servo.org

avatar icon

jerheinze

solid triangle

12

solid triangle

discuss

gradient triangle

Improving Tailscale via Apple’s open sourcetailscale.dev

avatar icon

mfiguiere

solid triangle

342

solid triangle

49

gradient triangle

Animated Drawingsfairanimateddrawings.com

avatar icon

jonbaer

solid triangle

203

solid triangle

18

gradient triangle

Sorting waste and recyclables with a fleet of robotsgoogleblog.com

avatar icon

mfiguiere

solid triangle

131

solid triangle

52

gradient triangle

Zylin ZPU: The worlds smallest 32 bit CPU with GCC toolchaingithub.com/zylin

avatar icon

panic

solid triangle

28

solid triangle

6

gradient triangle

SQL: 2023 is finished: Here is what's neweisentraut.org

avatar icon

petalmind

solid triangle

119

solid triangle

45

gradient triangle

What's the Least Impactful Way to Spend $300,000,000?passingtime.substack.com

avatar icon

Metacelsus

solid triangle

92

solid triangle

97

gradient triangle

Warm liquid from Oregon seafloor comes from Cascadia faultwashington.edu

avatar icon

gmays

solid triangle

150

solid triangle

73

gradient triangle

End-of-Life Dreamscommonwealmagazine.org

avatar icon

nopg

solid triangle

92

solid triangle

43

gradient triangle

Atlas (YC W22) Is Hiring for a Demand Gen Manager (International)ycombinator.com

avatar icon

solid triangle

solid triangle

1 hour ago

gradient triangle

Consent-O-Matic: Automatic cookie managementau.dk

avatar icon

DerekBickerton

solid triangle

77

solid triangle

52

gradient triangle

916 Days of Emacssqrtminusone.xyz

avatar icon

d-s

solid triangle

226

solid triangle

248

gradient triangle

Segment Anything Model and the hard problems of computer visionlatent.space

avatar icon

swyx

solid triangle

133

solid triangle

44

gradient triangle

Requiem for a Great Catnewyorker.com

avatar icon

Hooke

solid triangle

34

solid triangle

14

gradient triangle

When you combine two things that are close, but not the sametwitter.com/id_aa_carmack

avatar icon

tosh

solid triangle

61

solid triangle

40

gradient triangle

Shifting the Balance of Cybersecurity Risk: Security-by-Design and -Default [pdf]cisa.gov

avatar icon

dfern

solid triangle

34

solid triangle

8

gradient triangle

I hope you will never see this letter (1961)lettersofnote.com

avatar icon

doat

solid triangle

48

solid triangle

15

gradient triangle

Show HN: Google Analytics alternative with the most generous free tierbeamanalytics.io

avatar icon

flurly

solid triangle

73

solid triangle

30

gradient triangle

A life of splendid uselessness is a life well livedpsyche.co

avatar icon

indigodaddy

solid triangle

133

solid triangle

64

gradient triangle

Camus's New York Diary (1946)theparisreview.org

avatar icon

amanuensis

solid triangle

39

solid triangle

19

gradient triangle

A Tudor Woman's Homeblogs.bl.uk

avatar icon

pepys

solid triangle

7

solid triangle

1 comment

gradient triangle

GPT Unicorn: A Daily Exploration of GPT-4's Image Generation Capabilitiesadamkdean.co.uk

avatar icon

imdsm

solid triangle

98

solid triangle

58

gradient triangle

Calculating Position from Raw GPS Data (2017)telesens.co

avatar icon

userbinator

solid triangle

57

solid triangle

10

gradient triangle

Don’t record your social life on an append-only social network (2022)ctrl.blog

avatar icon

cristoperb

solid triangle

95

solid triangle

76

gradient triangle

Mac Keyboard with Hidutilamitp.blogspot.com

avatar icon

ibobev

solid triangle

107

solid triangle

39

gradient triangle

Paul Theroux reflects on the evolving nature of rail travelnationalgeographic.com

avatar icon

Thevet

solid triangle

59

solid triangle

28

gradient triangle

Your iPhone Was Built with Child Laborthefp.com

avatar icon

tcpip

solid triangle

23

solid triangle

3

gradient triangle

Elixir and Rust is a good mixfly.io

avatar icon

rio517

solid triangle

241

solid triangle

110

gradient triangle

An Update on Tornado Casheff.org

avatar icon

panarky

solid triangle

41

solid triangle

6

gradient triangle

Size Matters: An Exploration of Virtual Memory on iOS (2022)alwaysprocessing.blog

avatar icon

tambourine_man

solid triangle

73

solid triangle

8