American National Standards Institute (ANSI)

learn more… | top users | synonyms

0
votes
1answer
22 views

ANSI C, Garbage Collector and Function enviroment Arrays, Exiting the function will cancel the array?

I need to code a function in which i declare a new array and then i need that array to stay in the memory... I was wondering which is the best programming practice to attain this result, and i would ...
0
votes
0answers
11 views

convert ANSI to UNICODE in my DB

I'm having to work with a database that is storing text as varchar and due to some recent inquiries I may be needing to deal with queries that are looking for a specific word or whatever that is in a ...
3
votes
3answers
67 views

Making a void* within a struct point to an integer

I have a struct as follows: typedef struct Node { void* data; unsigned long id; NodePtr next; NodePtr prev; } Node; It is meant to be a node in a linked list ADT. I have 2 different ...
0
votes
1answer
15 views

Weird error in IAR EWARM “Error[Pe147]: declaration is incompatible with ”__interwork __softfp"

I'm getting this error that goes beyond my knowledge : Error[Pe147]: declaration is incompatible with "__interwork __softfp char *Get_Language_String(enum Lang_Index, enum String_Index)" (declared at ...
1
vote
0answers
46 views

Is there a way in python to not filter out escape sequence from a subprocess

here is the situation, I am wrapping a subprocess in windows that I am communicating with remotly. connection_process = subprocess.Popen(r"C:\Windows\System32\cmd.exe", shell=True, ...
0
votes
3answers
40 views

passing arg 1 of `foo' from incompatible pointer type

Why this shows warning: #include<stdio.h> foo (const char **p) { } int main(int argc , char **argv) { foo(argv); } But following does not show any warning char * cp; const char ...
0
votes
1answer
52 views

Why is OUTER optional in SQL Server?

Referring to this post on Stack Overflow Why was the key word OUTER made optional (in LEFT OUTER JOIN etc) - if it had been a required word then scripts written on SQL Server would be more standard ...
-1
votes
2answers
48 views

Seg fault in C on weight[a]= data;

fscanf(ifile, "%c", &jnk); /* If there's a height, this will be a ". if not, it'll be a ,*/ if ((jnk = '\"') || (jnk != ',')) { printf("%c", jnk); while(fscanf(ifile, "%c", &data) ...
-2
votes
2answers
52 views

how to define rand() acording to probability?

having 1 bag with 3 equal balls i made code to simulate number of times each ball comes off (works flawlessly so far) #include <stdio.h> #include <stdlib.h> #include <time.h> ...
1
vote
1answer
73 views

Is the first field of a C structure always guaranteed to be at offsetof 0?

Regarding the C programming language... Part of the question at C/C++ Structure offset states that "& does not always point at the first byte of the first field of the structure" But looking ...
1
vote
2answers
67 views

Convert from newer sql server to old style ansi sql without join keyword

We are migrating to a new database platform, Polyhedra that that is strictly old school ANSI sql without the word 'JOIN'. Here is what I am trying to do if it were sql server: SELECT A.* FROM tblA A ...
0
votes
0answers
27 views

java expectJ - removal of ansi color escape sequences - need one working example

I see this has been asked many times over, but none of the over 30 answers I found worked. I DO have to remove these characters I am using expcetJ, my code spawns ssh, when the spawned process ...
2
votes
1answer
52 views

Oracle JOIN failing

I'm trying to convert an old style query to ANSI. Why does the top query fail (Error: ORA-00933: SQL command not properly ended) but the bottom version work? SELECT JOBS.STARTED_DATE, ...
0
votes
1answer
45 views

Checking for escape character(0x1B,\033) while reading from socket

Ok, so I'm designing an Android MUD client as part of my school project. I'm having an issue, however, while implementing ANSI color parsing. I read in the data on a byte-by-byte basis. I've tried ...
0
votes
1answer
28 views

Can TCC be modified to compile with Emscripten? If not, where can I find an x86-generating C compiler that does?

After unzipping tcc-0.9.26, I edit configure to point at emcc instead of gcc and at emar instead of ar. Next, I uncomment the include of ucontext in tcc.h since it seems to be needed only for tccrun. ...
0
votes
1answer
79 views

Ansi C: factorial function wrong a

I wrote some code to calculate the result of 100!, but my function stops giving the correct answer after 22! Here's my code. The assignment was to calculate the sum of the digits of 100!, but my code ...
1
vote
1answer
66 views

Geting Control Flow Graph from ANSI C code

I'm building tool for testing ansi c applications. Simply load code, view control flow graph, run test, mark all vertexes which was hit. I'm trying to build CFG all by myself from parsing code. ...
-1
votes
1answer
28 views

eclipse - added source .jar overrided by system library?

I tried to add the latest jansi library (1.9) from http://jansi.fusesource.org/ to my eclipse, because the build in library from jansi is not up to date and is missing the "Ansi.ansi().fgBright(Color ...
0
votes
1answer
35 views

One Server Outputing Unicode and another ANSI

I have an application that produces a CSV report. This works fine locally and the CSV opens normally in Excel... This file is ANSI encoded. The same code when deployed to one (not all) of my servers ...
0
votes
1answer
32 views

Firefox no longer works with ANSI symbols generated by Autohotkey [closed]

I extensively rely on AutoHotkey keyboard macros to add text and symbols like ANSI 0176 for the temperature circle, etc. Everything worked fine until recently but my macros to generate ANSI "extended" ...
-1
votes
1answer
49 views

ANSI C : test return from calloc API - differ from windows and ibm cics

The ANSI C code below returns a valid pointer when compiled with Viasual Studio 2010 (Compile as C Code (/TC)) : #include <stdio.h> #include <stdlib.h> #include <memory.h> void ...
4
votes
1answer
70 views

What kind of non-lethal code usually triggers an antivirus? (false positives)

I don't know why, but I've had no problem before and now all of a sudden, this really old, terrible, newbie program that I wrote a long time ago, triggers Malwarebytes... :( This question is not a ...
1
vote
3answers
86 views

Pre-ANSI C use of struct selectors

A few years ago, before standardization of C, it was allowed to use struct selectors on addresses. For example, the following code was allowed and frequently used. #define PTR 0xAA000 struct { int ...
0
votes
1answer
67 views

Converting a XML UTF-8 to ANSI with xmloutputter

I have written a xml file in java using the xmloutputter. The standard format is UTF-8. Now I want to change it to ANSI.. How do I do that? My code: XMLOutputter xmlOutput = new ...
0
votes
1answer
49 views

Character encoding - copy/paste from web

This is more an educational question about character encoding (hobbyist coder here) - but I have encountered this specific problem: 1) I wrote a silly program in python 3, in the editor I am using ...
0
votes
2answers
76 views

The encoding that Notepad++ just calls “ANSI”, does anyone know what to call it for Ruby?

I have a bunch of .txt's that Notepad++ says (in its drop-down "Encoding" menu) are "ANSI". They have German characters in them, [äöüß], which display fine in Notepad++. But they don't show up right ...
1
vote
1answer
27 views

What should I do with emails using charset ansi_x3.110-1983?

My application is parsing incoming emails. I try to parse them as best as possible but every now and then I get one with puzzling content. This time is an email that looks to be in ASCII but the ...
0
votes
3answers
133 views

How to declare a dynamic integer array in ANSI - C using malloc and put input integers into it?

First I want the user to input what is the size of the desired array. So i am using: int size; scanf("&d",&size); Now i want to create an integer array using a pointer and the malloc ...
1
vote
1answer
36 views

Removing color decorations from strings before writing them to logfile

I use the ruby logger like this: $logger = Logger.new MultiIO.new($stdout, log_file) Where the MultiIO is a class I got from this answer. This works great, mostly, but I am using 'colored' rubygem ...
1
vote
1answer
44 views

cross compiler issues with dynamic memory allocation

I wrote a program for an assignment in which I allocated memory in this way: EdgeBucket* edgeTable[ n_scanlines ];. I understand that this is normally illegal in C, but I was not aware that it could ...
3
votes
3answers
63 views

Are wchar_t and multibyte functions part of ANSI C?

C99 and C11 support wchar_t and multibyte functions .But I am not sure about ANSI C (1989). Is it correct that wchar_t and multibyte functions (mblen, mbstowcs, mbtowc, wcstombs, wctomb) are part of ...
0
votes
1answer
55 views

ANSI C - Why does my matrix modify the pointer in my text file? [closed]

Im new and i'm learning, so i may be wrong in a lot of things. I open the executable and the text file by console. Then i need to read every line from the text and calculate the bowling score. In ...
0
votes
1answer
48 views

ANSI SQL Trigger on INSERT & UPDATE

I'm looking to write an ANSI-compliant SQL Trigger, and believe I am 90% of the way there but am missing a few pieces. I also have some questions/concerns about its performance (both as a SQL ...
1
vote
3answers
89 views

Splitting Unix command for use with exec [duplicate]

I have a program which takes command from input, and then executes it using execl (it has to be function from execvp family). Right now, assuming the input line is in , can I simply use ...
2
votes
5answers
165 views

Select 1000 distinct names from 100 million records via standard sql

I have a table tb_FirstName with one field FirstName. The table has 100 million non null records with lots of repetitions e.g. John occurs 2 million times. The distinct count of FirstName is over 2 ...
0
votes
2answers
128 views

ANSI Color Specific RGB Sequence Bash

I know that in bash terminals a reliable way to change color is using ANSI escape sequences. For example: echo -e "\033[0;31mbrown text\033[0;00m" should output brown text (in brown) Is there a ...
0
votes
2answers
67 views

How to replace <e9> by é in vim

I want to search and replace "<e9>" by "é". :%s/<e9>/é/g Doesn't works but <e9> seems vim special char / ctrl+v xe9 find only the correct "é" but not "<e9>" If i'm on <e9> ...
1
vote
2answers
92 views

HTML generated with a double space tag after <body>

I use notepad++ and utf-8 encoding for writting php code. I faced an issue that my header is moved down. I founded that Firebug shows double space after <body>, so if I delete empty space, ...
0
votes
2answers
169 views

Does PuTTy work correctly with ANSI/VT100 escape sequences?

I'm writing a program for a class in HC12 Assembly for the Freescale MC9S12C32 processor. I'm using PuTTy as the terminal attached to the device via serial(-over-USB). For this assignment, we are ...
3
votes
1answer
65 views

fscanf with string and long

I'm trying to parse a file that another function has written with this fprintf: fprintf(file, "DS;%s;%ld;%ld;%u\n", ds->name, ds->start, ds->period, ds->size) I'm using this fscanf: ...
2
votes
4answers
73 views

SQL query with distinct and sum

I have the following medleys table that combines colors, fruits and ratings: [medleys] medley_id | color | fruit | rating ============================================== 1 ...
1
vote
0answers
41 views

Ansi-coloured file editing

Context Have some transcript files from terminal interaction, obtained using traditional Unix command "script". Those transcripts contain lots of control character (like backspace when editing shell ...
1
vote
0answers
155 views

Codemirror (AjaXplorer/Linux Webserver): ANSI-files with special characters

I have a AjaXplorer installation on a Linux Webserver. One of the plugins of AjaXplorer is Codemirror - to view and edit text files. Now I have the following situation: If I create a txt-File on ...
0
votes
0answers
83 views

Where can I find a list of SQL ANSI functions? [closed]

Is there an ANSI standard for functions that all compliant databases will follow - like sqrt()? Does anyone know where I can find this list? Thanks
2
votes
1answer
124 views

Simultaneous access to files. Strange locking behavior

I can't understand my program behavior. int MyOpenWrite(char *name,int flags) { int fd; unsigned long tm; unsigned long t; tm=time(0)+5; //5 seconds for (;;) { fd = ...
6
votes
3answers
230 views

Difference between char* var; and char *var;?

Just wondering if there's any difference between: char* var; char *var; or is it just a matter of preference (spacing)?
1
vote
2answers
114 views

How to handle over non-ANSI characters to Crypt::Blowfish in Perl?

How to handle over non-ANSI characters to Crypt::Blowfish in Perl? The following script was written in charset UTF-8 and fails only on § or ö. #!/usr/bin/env perl use strict; use warnings FATAL ...
0
votes
0answers
109 views

Unicode to ANSI Conversion Errors

I eventually found out that the problem posted in my previous thread was related to the encoding of the text file I used. I think I have attempted all possible methods for converting Unicode string to ...
2
votes
2answers
406 views

Perl - Convert PC UTF-8 to PC ANSI

I have a file that is encoded PC UTF-8. I would like to convert the file into PC ANSI. I have tried the below, but I always get the output file to be PC UTF-8. use Encode; $infile = $ARGV[0]; ...
3
votes
1answer
57 views

Forecast a struct

I believe what I am looking for is referred to as forecasting... I want to typedef a Function Pointer that refers to a struct, and then that Function pointer is stored in the struct. See ShellCmdDEF ...

1 2 3 4 5 11