Skip to main content

Questions tagged [spl]

SPL is a collection of PHP interfaces and classes that are meant to solve standard problems. This tag is not to be confused with the [shakespeare-lang] tag for Shakespeare Programming Language

0 votes
0 answers
11 views

Extracting simulated tokens from a simulated transaction

Was just looking at the old spl-token project on solana. Came across this in some code - where import * as Token from spl-token: Version 3 looks like. function unpackTokenAccount( pubkey: ...
David G's user avatar
  • 6,853
0 votes
0 answers
14 views

Splunk not showing my new index after I added it through the GUI

I'm in a Udemy class and I'm trying to work on the practice files. The new index I created isn't showing in my search. It is a csv file and I used an add on to help parse.
DocPulliam's user avatar
0 votes
0 answers
14 views

Printing Label Issue via RDP: Infinite Upload and ~HS in Files.spl

I need to print labels from an RDP session on my PC for testing purposes. It's important to note that printing, whether via RJ45 (Ethernet) or USB, works perfectly from my PC. However, when printing ...
coco's user avatar
  • 1
2 votes
0 answers
38 views

After I change the metadata URI and the name of a SPL token, when will the updated name be displayed in Phantom or Solflare wallet?

I updated name and URI of a SPL token. Updated name is displaying in solscan but still not showing in phantom or solflare wallet. Why? Here the solscan link https://solscan.io/token/...
Sky Crypto's user avatar
0 votes
0 answers
73 views

Transferring sol out of token contract with private key

I have a number of private keys from making custom tokens for clients, a lot of these tokens have mistakingly had sol sent to them and there's actually a considerable amount in some of them. So I know ...
Devtonic's user avatar
0 votes
0 answers
15 views

Buildroot SPL file for i.mx53

I'm working with buildroot. I need to SPL file for SD card booting. But when I select the SPL in the menuconfig, make processes failed with ...SPL No such file or directory. How can I generate the SPL ...
Ali Ünsal's user avatar
0 votes
3 answers
213 views

Error creating token for Token2022Form: TypeError: Cannot read properties of undefined (reading 'call')

At the execution stage of function createInitializeInstruction I receive an error: Error creating token for Token2022Form: TypeError: Cannot read properties of undefined (reading 'call') at ...
Rose's user avatar
  • 76
0 votes
0 answers
49 views

SplFixedArray is much slower and much more memory hungry than array, PHP8.3

Using PHP8.3.0, testing SplFixedArray, I have this sample code <?php declare(strict_types=1); $res = []; $t = microtime(true); for ($i = 1; $i <= 1_000_000; ++$i) { if (1) { $new = ...
hanshenrik's user avatar
  • 20.9k
0 votes
0 answers
26 views

Converting Erros in progress using GPDL

I came cross an error while converting a SPL file to PDF using the GXPS module, and tried my best but still can not find any clue to solve this,please anyone know this can help me with this. The SPL ...
Wede Zhao's user avatar
0 votes
0 answers
61 views

PHP: ArrayObject method signature not compatible with ArrayAccess interface

When I extend an ArrayObject and use vimeo/psalm static analyzer to check my code, I get the following error: ERROR: ParamNameMismatch at /var/www/file.php:13:37 Argument 1 of ...
Michael Bolli's user avatar
0 votes
0 answers
60 views

mySQL UPDATE or INSERT or DELETE in one statement

I have a quite large Excel file (about 40.000 rows) which needs to be inserted in a mySQL DB on a frequent basis. Thanks to Spout I can read the file without hassle, but I got stuck with the SQL-...
Torf's user avatar
  • 1,224
0 votes
1 answer
120 views

2 tables in one gallery but view different titled columns

Morning all, I am creating an app from 2 SPL. The fist list is an action item tracker, and the second list contains all the updates for those items. (this is to keep all historic updates and not loose ...
Kat Lambourne's user avatar
0 votes
1 answer
579 views

Join 2 searches on Splunk

I have a table that refers to our threat intelligence IoC, and a table that refers to the company user logins. I want to find the logins that come from an Ip address contained in our IoC list. i tried ...
Antonino Ciancia's user avatar
0 votes
1 answer
158 views

how to remove dynamic column

I have two search using xyseries,so field name of these two search are dynamic and some of these field names are different. now I want to combine these tow search ,and remove the different fields I ...
ww96jazz's user avatar
0 votes
0 answers
43 views

How spl_autoload_register works?

Today I met with the spl_autoload_register. Well, Its functionality and flexibility are really great. However, I just wonder how this SPL function works. Lets say I have a file that is named as Animal....
Under Voltage's user avatar

15 30 50 per page
1
2 3 4 5
26